About Fullwidth Digit Four
Fullwidth Digit Four is the Unicode character 4 at codepoint U+FF14 in the Halfwidth and Fullwidth Forms 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 Fullwidth Digit Four
To use the Fullwidth Digit Four symbol (4) in HTML, insert the
entity 4 directly into your markup. The decimal entity 4 works in any HTML-serialised document.
In CSS pseudo-elements use content: '\FF14';.
In JavaScript and TypeScript the escape '\uFF14' evaluates to 4. In Python source, write '\uFF14'.
The character encodes to EF BC 94 as UTF-8 bytes and FF14 as UTF-16 code units. Its decimal codepoint is 65300.
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.