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