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>&#128668;</p>
๐Ÿ“‹
CSS .selector { content: '\1F69C' };
๐Ÿ“‹
JS var unicodeA = '\u1F69C ';
๐Ÿ“‹
CPP char unicodeA = ' \u1F69C ';
๐Ÿ“‹
Java char unicodeA = '\u1F69C';
๐Ÿ“‹
Python unicodeA = '\u1F69C'
๐Ÿ“‹

What is Unicode character ๐Ÿšœ?

The Unicode character ๐Ÿšœ U+1F69C is Tractor in the Transport And Map block.

What does the Unicode character ๐Ÿšœ represent?

The Unicode character ๐Ÿšœ represents Tractor.

What is the Unicode code point for ๐Ÿšœ?

The Unicode code point for ๐Ÿšœ is U+1F69C.

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 Tractor 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 6.0, and it belongs to the Transport And Map block of characters.

Unicode Properties

Applicable Properties

Emoji โœ…

Applicable Properties With Values

Age 6.0
Bidi Class Other Neutrals
Bidi Paired Bracket Type Not a bracket
Block Transport And Map
General Category Other Symbol
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!