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

What is Unicode character 𬹰?

The Unicode character 𬹰 U+2CE70 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+2CE70.

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!