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

What is Unicode character 𢢆?

The Unicode character 𢢆 U+22886 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+22886.

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!