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

What is Unicode character 𢫙?

The Unicode character 𢫙 U+22AD9 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+22AD9.

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!