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

What is Unicode character 𡺝?

The Unicode character 𡺝 U+21E9D 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+21E9D.

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!