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

What is Unicode character 𢱔?

The Unicode character 𢱔 U+22C54 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+22C54.

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!