copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ㅤ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ㅤ
HANGUL FILLER
Overview
ㅤ (HANGUL FILLER) is the Unicode character at code point U+3164. It belongs to the Hangul Compatibility Jamo block, in the Other Letter (Lo) general category. Its script is Hang.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+3164 | |
| decimal | 12644 | |
| htmldecimal | ㅤ | |
| htmlhex | ㅤ | |
| css | \3164 | |
| javascript | \u{3164} | |
| python | \u3164 | |
| java | \u3164 | |
| go | \u3164 | |
| ruby | \u{3164} | |
| rust | \u{3164} | |
| ccpp | \u3164 | |
| urlencoded | %E3%85%A4 | |
| utf8bytes | e3 85 a4 | |
| utf16bebytes | 31 64 | |
| utf32bebytes | 00 00 31 64 |
How to Use
HTML:
ㅤ
CSS:
content: "\3164"
JavaScript:
"\u{3164}"
Python:
"\u3164"
Properties
- Script
- Hang
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 1160
Frequently Asked Questions
What is the ㅤ character (HANGUL FILLER)?
ㅤ (HANGUL FILLER) is the Unicode character U+3164.
What is the Unicode codepoint of HANGUL FILLER?
The HANGUL FILLER character (ㅤ) has codepoint U+3164.
How do I type or copy HANGUL FILLER?
Copy ㅤ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.