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

What is Unicode character 𢰷?

The Unicode character 𢰷 U+22C37 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+22C37.

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!