| Symbol Name | Hangul Syllable Gwimt |
| Unicode Version | 2.0 |
| Unicode | U+ADD3 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \ADD3 |
| Hex Code | 0xADD3 |
| HTML Code | 귓 |
| LaTeX | \hangul{ADD3} |
| Symbol | 귓 |
| URL encode (UTF-8 percent) | %EA%B7%93 |
| Spoken / screen reader name | Hangul Syllable Gwimt |
| UTF-8 | EA B7 93 |
| UTF-16 | ADD3 |
| UTF-32 | 0000ADD3 |
1\documentclass{article}2\usepackage{pifont}3\hangul{ADD3}4\end{document}You can type the hangul syllable gwimt symbol on most modern devices with the help of following methods:
Alt + 44499 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gwimt", or use Unicode Hex Input with ADD3.
Ctrl + Shift + U, type add3, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-gwimt::before { content: "\ADD3"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>귓</span>Hangul Syllable Gwimt symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uADD3' or String.fromCodePoint(44499) |
| Python | '\N{HANGUL SYLLABLE GWIMT}' or chr(44499) |
| Rust | '\u{ADD3}' |
| C / C++ | UTF-8 source or wchar_t with U+ADD3 |
| Go | string(rune(0xADD3)) |
| Ruby | "\u{ADD3}" |