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

What is Unicode character 𢅖?

The Unicode character 𢅖 U+22156 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+22156.

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!