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

What is Unicode character 𢌶?

The Unicode character 𢌶 U+22336 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+22336.

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!