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

What is Unicode character 𢙦?

The Unicode character 𢙦 U+22666 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+22666.

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!