| Symboolnaam | Hangul Syllable Gwiss |
| Unicode-versie | 2.0 |
| Unicode | U+ADDA |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \ADDA |
| Hexadecimale code | 0xADDA |
| HTML-code | 귚 |
| LaTeX | \hangul{ADDA} |
| Symbool | 귚 |
| URL-codering (UTF-8 procent) | %EA%B7%9A |
| Uitgesproken naam / schermlezer | Hangul Syllable Gwiss |
| UTF-8 | EA B7 9A |
| UTF-16 | ADDA |
| UTF-32 | 0000ADDA |
1\documentclass{article}2\usepackage{pifont}3\hangul{ADDA}4\end{document}Je kunt het hangul syllable gwiss-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 44506 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gwiss", or use Unicode Hex Input with ADDA.
Ctrl + Shift + U, type adda, 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-gwiss::before { content: "\ADDA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>귚</span>De weergave van het Hangul Syllable Gwiss-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uADDA' or String.fromCodePoint(44506) |
| Python | '\N{HANGUL SYLLABLE GWISS}' or chr(44506) |
| Rust | '\u{ADDA}' |
| C / C++ | UTF-8 source or wchar_t with U+ADDA |
| Go | string(rune(0xADDA)) |
| Ruby | "\u{ADDA}" |