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

What is Unicode character ๐Ÿšจ?

The Unicode character ๐Ÿšจ U+1F6A8 is Police Cars Revolving Light in the Transport And Map block.

What does the Unicode character ๐Ÿšจ represent?

The Unicode character ๐Ÿšจ represents Police Cars Revolving Light.

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

The Unicode code point for ๐Ÿšจ is U+1F6A8.

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 Cars Revolving Light 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!