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

What is Unicode character 𡆎?

The Unicode character 𡆎 U+2118E 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+2118E.

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!