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

What is Unicode character 𬁼?

The Unicode character 𬁼 U+2C07C 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+2C07C.

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!