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

What is Unicode character 𡨍?

The Unicode character 𡨍 U+21A0D 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+21A0D.

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!