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

What is Unicode character 𡰍?

The Unicode character 𡰍 U+21C0D 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+21C0D.

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!