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

What is Unicode character ๐Ÿš“?

The Unicode character ๐Ÿš“ U+1F693 is Police Car in the Transport And Map block.

What does the Unicode character ๐Ÿš“ represent?

The Unicode character ๐Ÿš“ represents Police Car.

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

The Unicode code point for ๐Ÿš“ is U+1F693.

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 Police Car 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!