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

What is Unicode character 𨨻?

The Unicode character 𨨻 U+28A3B 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+28A3B.

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!