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

What is Unicode character 𨀓?

The Unicode character 𨀓 U+28013 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+28013.

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!