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

What is Unicode character 𨨺?

The Unicode character 𨨺 U+28A3A 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+28A3A.

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!