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

What is Unicode character 𨨾?

The Unicode character 𨨾 U+28A3E 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+28A3E.

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!