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

What is Unicode character ๐ป€?

The Unicode character ๐ป€ U+10EC0 is U+10EC0 in the Arabic Extended C block.

What does the Unicode character ๐ป€ represent?

The Unicode character ๐ป€ represents U+10EC0.

What is the Unicode code point for ๐ป€?

The Unicode code point for ๐ป€ is U+10EC0.

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 U+10EC0 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 Uncoded 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 Unassigned, and it belongs to the Arabic Extended C block of characters.

Unicode Properties

Applicable Properties With Values

Age Unassigned
Bidi Class Arabic Letter
Bidi Paired Bracket Type Not a bracket
Block Arabic Extended C
General Category Unassigned
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Unknown
Numeric Value Not a Number
Script Uncoded
Sentence Break Unknown
Word Break Unknown
Copied!