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

What is Unicode character 𢫕?

The Unicode character 𢫕 U+22AD5 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+22AD5.

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!