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

What is Unicode character 𢊉?

The Unicode character 𢊉 U+22289 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+22289.

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!