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

What is Unicode character 𢲄?

The Unicode character 𢲄 U+22C84 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+22C84.

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!