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

What is Unicode character 𢼷?

The Unicode character 𢼷 U+22F37 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+22F37.

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!