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

What is Unicode character 𢬷?

The Unicode character 𢬷 U+22B37 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+22B37.

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!