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>&#181631;</p>
📋
CSS .selector { content: '\2C57F' };
📋
JS var unicodeA = '\u2C57F ';
📋
CPP char unicodeA = ' \u2C57F ';
📋
Java char unicodeA = '\u2C57F';
📋
Python unicodeA = '\u2C57F'
📋

What is Unicode character 𬕿?

The Unicode character 𬕿 U+2C57F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E block.

What does the Unicode character 𬕿 represent?

The Unicode character 𬕿 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𬕿?

The Unicode code point for 𬕿 is U+2C57F.

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 Cjk Unified Ideograph- 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 Han 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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!