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

What is Unicode character ๐Ÿšบ?

The Unicode character ๐Ÿšบ U+1F6BA is Womens Symbol in the Transport And Map block.

What does the Unicode character ๐Ÿšบ represent?

The Unicode character ๐Ÿšบ represents Womens Symbol.

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

The Unicode code point for ๐Ÿšบ is U+1F6BA.

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