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

What is Unicode character 𨨐?

The Unicode character 𨨐 U+28A10 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+28A10.

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!