| 記号名 | Hangul Syllable Yalg |
| Unicodeバージョン | 2.0 |
| Unicode | U+C585 |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \C585 |
| 16進コード | 0xC585 |
| HTMLコード | 얅 |
| LaTeX | \hangul{C585} |
| 記号 | 얅 |
| URLエンコード(UTF-8パーセント) | %EC%96%85 |
| 読み上げ名 / スクリーンリーダー | Hangul Syllable Yalg |
| UTF-8 | EC 96 85 |
| UTF-16 | C585 |
| UTF-32 | 0000C585 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C585}4\end{document}以下の方法でほとんどの最新デバイスでhangul syllable yalg記号を入力できます:
Alt + 50565 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable yalg", or use Unicode Hex Input with C585.
Ctrl + Shift + U, type c585, 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.korean-syllable-yalg::before { content: "\C585"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>얅</span>各プログラミング言語におけるHangul Syllable Yalg記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uC585' or String.fromCodePoint(50565) |
| Python | '\N{HANGUL SYLLABLE YALG}' or chr(50565) |
| Rust | '\u{C585}' |
| C / C++ | UTF-8 source or wchar_t with U+C585 |
| Go | string(rune(0xC585)) |
| Ruby | "\u{C585}" |