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

What is Unicode character 𢈶?

The Unicode character 𢈶 U+22236 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+22236.

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!