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

What is Unicode character 𢉦?

The Unicode character 𢉦 U+22266 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+22266.

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!