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

What is Unicode character 𡲝?

The Unicode character 𡲝 U+21C9D 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+21C9D.

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!