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

What is Unicode character 𢴍?

The Unicode character 𢴍 U+22D0D 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+22D0D.

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!