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

What is Unicode character ๐Ÿšพ?

The Unicode character ๐Ÿšพ U+1F6BE is Water Closet in the Transport And Map block.

What does the Unicode character ๐Ÿšพ represent?

The Unicode character ๐Ÿšพ represents Water Closet.

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

The Unicode code point for ๐Ÿšพ is U+1F6BE.

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 Water Closet 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!