| 記号名 | Script Ligature Et Ornament |
| Unicodeバージョン | 7.0 |
| Unicode | U+1F670 |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード | \1F670 |
| 16進コード | 0x1F670 |
| HTMLコード | 🙰 |
| LaTeX | \text{SCRIPTLIGATUREETORNAMENT} |
| 記号 | 🙰 |
| URLエンコード(UTF-8パーセント) | %F0%9F%99%B0 |
| 読み上げ名 / スクリーンリーダー | Script Ligature Et Ornament |
| UTF-8 | F0 9F 99 B0 |
| UTF-16 | D83D DE70 |
| UTF-32 | 0001F670 |
1\documentclass{article}2\usepackage{pifont}3\text{SCRIPTLIGATUREETORNAMENT}4\end{document}以下の方法でほとんどの最新デバイスでscript ligature et ornament記号を入力できます:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "script ligature et ornament", or use Unicode Hex Input with 1F670.
Ctrl + Shift + U, type 1f670, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with ornament and fleuron support.
1span.script-ligature-et-ornament::before { content: "\1F670"; }1<span>🙰</span>各プログラミング言語におけるScript Ligature Et Ornament記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE70' or String.fromCodePoint(0x1F670) |
| Python | '\N{SCRIPT LIGATURE ET ORNAMENT}' or chr(128624) |
| Rust | '\u{1F670}' |
| C / C++ | UTF-8 source or wchar_t with U+1F670 |
| Go | string(rune(0x1F670)) |
| Ruby | "\u{1F670}" |