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

What is Unicode character 𬁺?

The Unicode character 𬁺 U+2C07A 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+2C07A.

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!