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

What is Unicode character 𬁟?

The Unicode character 𬁟 U+2C05F 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+2C05F.

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!