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

What is Unicode character 𨵷?

The Unicode character 𨵷 U+28D77 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+28D77.

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!