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

What is Unicode character 𡀎?

The Unicode character 𡀎 U+2100E 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+2100E.

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!