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

What is Unicode character 𬡰?

The Unicode character 𬡰 U+2C870 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+2C870.

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!