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

What is Unicode character 𨈎?

The Unicode character 𨈎 U+2820E 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+2820E.

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!