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

What is Unicode character 𨨼?

The Unicode character 𨨼 U+28A3C 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+28A3C.

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!