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

What is Unicode character 𡖏?

The Unicode character 𡖏 U+2158F 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+2158F.

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!