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