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

What is Unicode character 𢲧?

The Unicode character 𢲧 U+22CA7 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+22CA7.

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!