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