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

What is Unicode character 𢭖?

The Unicode character 𢭖 U+22B56 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+22B56.

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!