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

What is Unicode character 𡖎?

The Unicode character 𡖎 U+2158E 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+2158E.

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!