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

What is Unicode character 𢺆?

The Unicode character 𢺆 U+22E86 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+22E86.

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!