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

What is Unicode character 𢊈?

The Unicode character 𢊈 U+22288 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+22288.

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!