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

What is Unicode character 𬁾?

The Unicode character 𬁾 U+2C07E 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+2C07E.

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!