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

What is Unicode character 𢡰?

The Unicode character 𢡰 U+22870 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22870.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!