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

What is Unicode character 𡺹?

The Unicode character 𡺹 U+21EB9 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+21EB9.

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!