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

What is Unicode character ๐Ÿšญ?

The Unicode character ๐Ÿšญ U+1F6AD is No Smoking Symbol in the Transport And Map block.

What does the Unicode character ๐Ÿšญ represent?

The Unicode character ๐Ÿšญ represents No Smoking Symbol.

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

The Unicode code point for ๐Ÿšญ is U+1F6AD.

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 Smoking Symbol 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!