Characters and HTML entities in the UTF-8 table
Petr Faltus development
Please enter to the form one of the following:
- the UTF-8 index
(max
U+1FBFF
, for example U+0026) - the UTF-8 byte sequence in the NN NN NN NN format (at least 2 bytes, max 4 bytes, for example C2 A9)
- the UTF-16 byte sequence in the NNNN NNNN format (at least 4 bytes, max 4 bytes, for example D83D DCC0)
- the UTF-32 byte sequence in the NNNNNNNN format (max 4 bytes, for example 0001F4BB)
- one character (for example a or 📄)
- the HTML entity in the decimal format (for example 💾)
- the HTML entity in the hexadecimal format (for example 💿)
- the HTML entity (for example ±)
- any string (at least 4 characters, for example keyboard or personal computer)
Characters and HTML entities in the UTF-8 table API
For using this development tool in your software please send a request JSON struct as raw POST data to the addresshttps://api.petrfaltus.net/utf8_character/json/1.0
where the input JSON contains the method_number
variable
and then the query
variable (method_number
is 1 for the request for characters and HTML entities in the UTF-8 table).
You get the reply JSON struct back.
Example of the diagnostic request:
curl --data-raw "{\"method_number\":0}" https://api.petrfaltus.net/utf8_character/json/1.0
Examples of the request for characters and HTML entities in the UTF-8 table:
curl --data-raw "{\"method_number\":1,\"query\":\"C2 A9\"}" https://api.petrfaltus.net/utf8_character/json/1.0
curl --data-raw "{\"method_number\":1,\"query\":\"keyboard\"}" https://api.petrfaltus.net/utf8_character/json/1.0
Other development tools
Developer ASCII tablePredefined web CSS colors
CSS px to rem converter
🤝 Your IP address is 13.58.38.184
(ec2-13-58-38-184.us-east-2.compute.amazonaws.com
)