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

What is Unicode character 𡺟?

The Unicode character 𡺟 U+21E9F 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+21E9F.

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!