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

What is Unicode character ๐Ÿšณ?

The Unicode character ๐Ÿšณ U+1F6B3 is No Bicycles in the Transport And Map block.

What does the Unicode character ๐Ÿšณ represent?

The Unicode character ๐Ÿšณ represents No Bicycles.

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

The Unicode code point for ๐Ÿšณ is U+1F6B3.

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