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

What is Unicode character 𢫓?

The Unicode character 𢫓 U+22AD3 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+22AD3.

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!