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

What is Unicode character 𢔷?

The Unicode character 𢔷 U+22537 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+22537.

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!