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

What is Unicode character 𨡰?

The Unicode character 𨡰 U+28870 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+28870.

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!