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