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

What is Unicode character 𢨄?

The Unicode character 𢨄 U+22A04 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+22A04.

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!