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

What is Unicode character 𢎆?

The Unicode character 𢎆 U+22386 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+22386.

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!