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

What is Unicode character ๐Ÿšน?

The Unicode character ๐Ÿšน U+1F6B9 is Mens Symbol in the Transport And Map block.

What does the Unicode character ๐Ÿšน represent?

The Unicode character ๐Ÿšน represents Mens Symbol.

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

The Unicode code point for ๐Ÿšน is U+1F6B9.

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 Mens 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!