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

What is Unicode character 𨨞?

The Unicode character 𨨞 U+28A1E 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+28A1E.

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!