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

What is Unicode character 𢨶?

The Unicode character 𢨶 U+22A36 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+22A36.

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!