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

What is Unicode character 𢱖?

The Unicode character 𢱖 U+22C56 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+22C56.

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!