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

What is Unicode character 𢨷?

The Unicode character 𢨷 U+22A37 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+22A37.

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!