You Are Here -

Css Styling

Size
๐Ÿจ„
15px
๐Ÿจ„
18px
๐Ÿจ„
21px
๐Ÿจ„
24px
๐Ÿจ„
27px
๐Ÿจ„
30px
๐Ÿจ„
33px
๐Ÿจ„
36px
๐Ÿจ„
42px
๐Ÿจ„
48px
๐Ÿจ„
54px
๐Ÿจ„
60px
๐Ÿจ„
66px
๐Ÿจ„
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
๐Ÿจ„
Bold
๐Ÿจ„
Italic
๐Ÿจ„
Underline
๐Ÿจ„
Strikethrough
๐Ÿจ„
UpperCase
๐Ÿจ„
LowerCase
๐Ÿจ„
Oblique
A ๐Ÿจ„
Subscript
A ๐Ÿจ„
Superscript
๐Ÿจ„
Shadow
💡: Some CSS style classes wonโ€™t work with some Unicode characters.
Font Family
๐Ÿจ„
Arial
๐Ÿจ„
Times New Roman
๐Ÿจ„
Verdana
๐Ÿจ„
Courier New
๐Ÿจ„
Garamond
๐Ÿจ„
Georgia
๐Ÿจ„
Trebuchet MS
๐Ÿจ„
Tahoma
๐Ÿจ„
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
๐Ÿจ„
White
๐Ÿจ„
Brown
๐Ÿจ„
Maroon
๐Ÿจ„
Magenta
๐Ÿจ„
Red
๐Ÿจ„
Orange
๐Ÿจ„
Yellow
๐Ÿจ„
Green
๐Ÿจ„
Teal
๐Ÿจ„
Cyan
๐Ÿจ„
Blue
๐Ÿจ„
Violet
๐Ÿจ„
Purple
๐Ÿจ„
Indigo
๐Ÿจ„
Gray
๐Ÿจ„
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
๐Ÿจ„
White
๐Ÿจ„
Brown
๐Ÿจ„
Maroon
๐Ÿจ„
Magenta
๐Ÿจ„
Red
๐Ÿจ„
Orange
๐Ÿจ„
Yellow
๐Ÿจ„
Green
๐Ÿจ„
Teal
๐Ÿจ„
Cyan
๐Ÿจ„
Blue
๐Ÿจ„
Violet
๐Ÿจ„
Purple
๐Ÿจ„
Indigo
๐Ÿจ„
Gray
๐Ÿจ„
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#129540;</p>
๐Ÿ“‹
CSS .selector { content: '\1FA04' };
๐Ÿ“‹
JS var unicodeA = '\u1FA04 ';
๐Ÿ“‹
CPP char unicodeA = ' \u1FA04 ';
๐Ÿ“‹
Java char unicodeA = '\u1FA04';
๐Ÿ“‹
Python unicodeA = '\u1FA04'
๐Ÿ“‹

What is Unicode character ๐Ÿจ„?

The Unicode character ๐Ÿจ„ U+1FA04 is Neutral Chess Knight in the Chess Symbols block.

What does the Unicode character ๐Ÿจ„ represent?

The Unicode character ๐Ÿจ„ represents Neutral Chess Knight.

What is the Unicode code point for ๐Ÿจ„?

The Unicode code point for ๐Ÿจ„ is U+1FA04.

Is the appearance of the ๐Ÿจ„ character consistent across all platforms?

The appearance of the ๐Ÿจ„ character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Neutral Chess Knight remains consistent.

How can I ensure the ๐Ÿจ„ character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Common script to correctly render the ๐Ÿจ„ character.

In which version was Unicode character ๐Ÿจ„ released, and to which block of characters does it belong?

Unicode character ๐Ÿจ„ was first introduced in Unicode Version 12.0, and it belongs to the Chess Symbols block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 12.0
Bidi Class Other Neutrals
Bidi Paired Bracket Type Not a bracket
Block Chess Symbols
General Category Other Symbol
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!