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

What is Unicode character 𢲦?

The Unicode character 𢲦 U+22CA6 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+22CA6.

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!