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

What is Unicode character 𢫔?

The Unicode character 𢫔 U+22AD4 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+22AD4.

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!