Within the attribute value, you can use characters in the same way as in the contents of a document (except for the quotation mark used as a separator for attribute values). This means that you can write the superscript of two characters as such or use a link with a named character or a numeric link. When using a character as such, you need to make sure that the character encoding is correctly declared (matches the actual encoding).
<input class="form-control" name="gla" placeholder="m²" type="text"><br> <input class="form-control" name="gla" placeholder="m²" type="text"><br> <input class="form-control" name="gla" placeholder="m²" type="text"><br> <input class="form-control" name="gla" placeholder="m²" type="text"><br>
source share