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