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

What is Unicode character 𨀎?

The Unicode character 𨀎 U+2800E 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+2800E.

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!