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

What is Unicode character 𡺺?

The Unicode character 𡺺 U+21EBA 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+21EBA.

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!