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

What is Unicode character ๐Ÿšซ?

The Unicode character ๐Ÿšซ U+1F6AB is No Entry Sign in the Transport And Map block.

What does the Unicode character ๐Ÿšซ represent?

The Unicode character ๐Ÿšซ represents No Entry Sign.

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

The Unicode code point for ๐Ÿšซ is U+1F6AB.

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 No Entry Sign 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!