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

What is Unicode character 𢲴?

The Unicode character 𢲴 U+22CB4 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+22CB4.

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!