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

What is Unicode character 𡨎?

The Unicode character 𡨎 U+21A0E 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+21A0E.

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!