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

What is Unicode character 𠨎?

The Unicode character 𠨎 U+20A0E 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+20A0E.

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!