| Symbolname | Hangul Syllable Gwimt |
| Unicode-Version | 2.0 |
| Unicode | U+ADD3 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \ADD3 |
| Hexadezimalcode | 0xADD3 |
| HTML-Code | 귓 |
| LaTeX | \hangul{ADD3} |
| Symbol | 귓 |
| URL-Kodierung (UTF-8-Prozent) | %EA%B7%93 |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable gwimt auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Gwimt in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |