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

What is Unicode character 𢙖?

The Unicode character 𢙖 U+22656 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+22656.

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!