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

What is Unicode character 𡎎?

The Unicode character 𡎎 U+2138E 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+2138E.

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!