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

What is Unicode character 𨹌?

The Unicode character 𨹌 U+28E4C 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+28E4C.

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!