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

What is Unicode character 𡺶?

The Unicode character 𡺶 U+21EB6 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+21EB6.

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!