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

What is Unicode character 𬵰?

The Unicode character 𬵰 U+2CD70 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+2CD70.

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!