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

What is Unicode character 𢰄?

The Unicode character 𢰄 U+22C04 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+22C04.

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!