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

What is Unicode character 𨾌?

The Unicode character 𨾌 U+28F8C 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+28F8C.

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!