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

What is Unicode character 𢱺?

The Unicode character 𢱺 U+22C7A 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+22C7A.

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!