About Modifier Letter Capital G
Modifier Letter Capital G is the Unicode character ᴳ at codepoint U+1D33 in the Phonetic Extensions block of the Basic Multilingual Plane (BMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Modifier Letter Capital G
To use the Modifier Letter Capital G 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: '\1D33';.
In JavaScript and TypeScript the escape '\u1D33' evaluates to ᴳ. In Python source, write '\u1D33'.
The character encodes to E1 B4 B3 as UTF-8 bytes and 1D33 as UTF-16 code units. Its decimal codepoint is 7475.
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.