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

What is Unicode character 𡺲?

The Unicode character 𡺲 U+21EB2 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+21EB2.

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!