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

What is Unicode character 𣍷?

The Unicode character 𣍷 U+23377 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+23377.

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!