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