| Symbolname | Hangul Jongseong Ieung-kiyeok |
| Unicode-Version | 1.1 |
| Unicode | U+11EC |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code |
| UTF-8 | E1 87 AC |
| UTF-16 | 11EC |
| UTF-32 | 000011EC |
1\documentclass{article}2\usepackage{pifont}3\hangul{11EC}4\end{document}Sie können das Symbol hangul jongseong ieung-kiyeok auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 4588 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jongseong ieung-kiyeok", or use Unicode Hex Input with 11EC.
Ctrl + Shift + U, type 11ec, 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.hangul-jongseong-ieung-kiyeok::before { content: "\11EC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᇬ</span>Die Darstellung des Symbols Hangul Jongseong Ieung-kiyeok in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u11EC' or String.fromCodePoint(4588) |
| Python | '\N{HANGUL JONGSEONG IEUNG-KIYEOK}' or chr(4588) |
| Rust | '\u{11EC}' |
| C / C++ | UTF-8 source or wchar_t with U+11EC |
| Go | string(rune(0x11EC)) |
| Ruby | "\u{11EC}" |
\11EC |
| Hexadezimalcode | 0x11EC |
| HTML-Code | ᇬ |
| LaTeX | \hangul{11EC} |
| Symbol | ᇬ |
| URL-Kodierung (UTF-8-Prozent) | %E1%87%AC |
| Ansagename (Screenreader) | Hangul Jongseong Ieung-kiyeok |