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