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

What is Unicode character 𢍷?

The Unicode character 𢍷 U+22377 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+22377.

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!