Hangul Filler (U+3164)
[ㅤ]
Copied Successfully
Description:
It is included in the Unicode's Hangul Compatibility Jamo block. Hangul Filler Unicode character is classified as a letter although displayed as an empty space.
Shortcodes:
Unicode | U+3164 | |
---|---|---|
HTML Code | ㅤ | |
HEX Code | ㅤ | |
CSS Code | \3164 |
To add the Hangul Filler character in HTML, you can use HTML code(decimal) or HEX code. Copy the available codes from the Shortcodes table and paste it in your HTML code.
For example: Hangul FillerㅤCharacter
The above code will show this result: Hangul FillerㅤCharacter
A HEX Code can also display the character in HTML.
You can show Hangul Filler character using CSS by utilizing CSS shortcode or entity.
Use :before
or :after
to insert symbol before or after an element.
Example:
.elementClass:after {
content: '\3164';
}
- More Blank Characters
- Space (U+0020)
- No-Break Space (U+00A0)
- Zero Width Space (U+200B)
- En Space (U+2002)
- Em Space (U+2003)
- Three-Per-Em Space (U+2004)
- Four-Per-Em Space (U+2005)
- Six-Per-Em Space (U+2006)
- Figure Space (U+2007)
- Punctuation Space (U+2008)
- Thin Space (U+2009)
- Hair Space (U+200A)
- Narrow No-Break Space (U+202F)
- Medium Mathematical Space (U+205F)
- Ideographic Space (U+3000)