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

What is Unicode character 𨍷?

The Unicode character 𨍷 U+28377 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+28377.

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!