| Nome del simbolo | Flat Shoe |
| Versione Unicode | 11.0 |
| Unicode | U+1F97F |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F97F |
| Codice esadecimale | 0x1F97F |
| Codice HTML | 🥿 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🥿 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A5%BF |
| Nome parlato / screen reader | Flat Shoe |
| UTF-8 | F0 9F A5 BF |
| UTF-16 | D83E DD7F |
| UTF-32 | 0001F97F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo flat shoe sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "flat shoe".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "flat shoe".
Emoji keyboard → Objects; search "flat shoe".
1span.flat-shoe::before { content: "\1F97F"; } /* prefer inline grapheme for ZWJ */1<span>🥿</span>La rappresentazione del simbolo Flat Shoe nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD7F' or String.fromCodePoint(0x1F97F) |
| Python | '\N{FLAT SHOE}' |
| Rust | '\u{1F97F}' |
| Swift | "\u{1F97F}" |
| Go | string(rune(0x1F97F)) |
| Ruby | "\u{1F97F}" |