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

What is Unicode character 𨀐?

The Unicode character 𨀐 U+28010 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+28010.

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!