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

What is Unicode character 𢪴?

The Unicode character 𢪴 U+22AB4 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+22AB4.

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!