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