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

What is Unicode character 𢅦?

The Unicode character 𢅦 U+22166 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+22166.

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!