| Symbol Name | Sauropod |
| Unicode Version | 5.0 |
| Unicode | U+1F995 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F995 |
| Hex Code | 0x1F995 |
| HTML Code | 🦕 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🦕 |
| URL encode (UTF-8 percent) | %F0%9F%A6%95 |
| Discord / Slack shortcode | :sauropod: |
| GitHub shortcode | :sauropod: |
| Spoken / screen reader name | Sauropod |
| UTF-8 | F0 9F A6 95 |
| UTF-16 | D83E DD95 |
| UTF-32 | 0001F995 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the sauropod symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "sauropod".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "sauropod".
Emoji keyboard → Animals; search "sauropod".
1span.sauropod::before { content: "\1F995"; } /* prefer inline grapheme for ZWJ */1<span>🦕</span>Sauropod symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD95' or String.fromCodePoint(0x1F995) |
| Python | '\N{SAUROPOD}' |
| Rust | '\u{1F995}' |
| Swift | "\u{1F995}" |
| Go | string(rune(0x1F995)) |
| Ruby | "\u{1F995}" |