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

What is Unicode character 𬁰?

The Unicode character 𬁰 U+2C070 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+2C070.

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!