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

What is Unicode character 𬃗?

The Unicode character 𬃗 U+2C0D7 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+2C0D7.

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!