| Symbol Name | Front-facing Baby Chick |
| Unicode Version | 0.6 |
| Unicode | U+1F425 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F425 |
| Hex Code | 0x1F425 |
| HTML Code | 🐥 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🐥 |
| URL encode (UTF-8 percent) | %F0%9F%90%A5 |
| Spoken / screen reader name | Front-facing Baby Chick |
| UTF-8 | F0 9F 90 A5 |
| UTF-16 | D83D DC25 |
| UTF-32 | 0001F425 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the front-facing baby chick 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 "front-facing baby chick".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "front-facing baby chick".
Emoji keyboard → Animals; search "front-facing baby chick".
1span.front-facing-baby-chick::before { content: "\1F425"; } /* prefer inline grapheme for ZWJ */1<span>🐥</span>Front-facing Baby Chick symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDC25' or String.fromCodePoint(0x1F425) |
| Python | '\N{FRONT FACING BABY CHICK}' |
| Rust | '\u{1F425}' |
| Swift | "\u{1F425}" |
| Go | string(rune(0x1F425)) |
| Ruby | "\u{1F425}" |