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

What is Unicode character 𡖍?

The Unicode character 𡖍 U+2158D 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+2158D.

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!