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

What is Unicode character 𡺍?

The Unicode character 𡺍 U+21E8D 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+21E8D.

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!