About Latin Letter Reversed Esh Loop
Latin Letter Reversed Esh Loop is the Unicode character ƪ at codepoint U+01AA in the Latin Extended-B block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Latin Letter Reversed Esh Loop
To use the Latin Letter Reversed Esh Loop symbol (ƪ) in HTML, insert the
entity ƪ directly into your markup. The decimal entity ƪ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\1AA';.
In JavaScript and TypeScript the escape '\u01AA' evaluates to ƪ. In Python source, write '\u01AA'.
The character encodes to C6 AA as UTF-8 bytes and 01AA as UTF-16 code units. Its decimal codepoint is 426.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.