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

What is Unicode character 𨹎?

The Unicode character 𨹎 U+28E4E 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+28E4E.

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!