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