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

What is Unicode character 𢫑?

The Unicode character 𢫑 U+22AD1 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+22AD1.

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!