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