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

What is Unicode character 𨨿?

The Unicode character 𨨿 U+28A3F 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+28A3F.

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!