| Symbolname | Hangul Syllable Gwimb |
| Unicode-Version | 2.0 |
| Unicode | U+ADD1 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \ADD1 |
| Hexadezimalcode | 0xADD1 |
| HTML-Code | 귑 |
| LaTeX | \hangul{ADD1} |
| Symbol | 귑 |
| URL-Kodierung (UTF-8-Prozent) | %EA%B7%91 |
| Ansagename (Screenreader) | Hangul Syllable Gwimb |
| UTF-8 | EA B7 91 |
| UTF-16 | ADD1 |
| UTF-32 | 0000ADD1 |
1\documentclass{article}2\usepackage{pifont}3\hangul{ADD1}4\end{document}Sie können das Symbol hangul syllable gwimb auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 44497 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gwimb", or use Unicode Hex Input with ADD1.
Ctrl + Shift + U, type add1, 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-gwimb::before { content: "\ADD1"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>귑</span>Die Darstellung des Symbols Hangul Syllable Gwimb in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uADD1' or String.fromCodePoint(44497) |
| Python | '\N{HANGUL SYLLABLE GWIMB}' or chr(44497) |
| Rust | '\u{ADD1}' |
| C / C++ | UTF-8 source or wchar_t with U+ADD1 |
| Go | string(rune(0xADD1)) |
| Ruby | "\u{ADD1}" |