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

What is Unicode character 𢨍?

The Unicode character 𢨍 U+22A0D 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+22A0D.

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!