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

What is Unicode character 𢴭?

The Unicode character 𢴭 U+22D2D 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+22D2D.

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!