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

What is Unicode character 𡺵?

The Unicode character 𡺵 U+21EB5 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+21EB5.

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!