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

What is Unicode character 𨺰?

The Unicode character 𨺰 U+28EB0 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+28EB0.

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!