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

What is Unicode character 𢔶?

The Unicode character 𢔶 U+22536 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+22536.

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!