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

What is Unicode character 𡺰?

The Unicode character 𡺰 U+21EB0 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+21EB0.

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!