| Symboolnaam | Hangul Syllable Gwimt |
| Unicode-versie | 2.0 |
| Unicode | U+ADD3 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \ADD3 |
| Hexadecimale code | 0xADD3 |
| HTML-code | 귓 |
| LaTeX | \hangul{ADD3} |
| Symbool | 귓 |
| URL-codering (UTF-8 procent) | %EA%B7%93 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable gwimt-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Gwimt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |