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

What is Unicode character 𨩎?

The Unicode character 𨩎 U+28A4E 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+28A4E.

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!