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>&#136633;</p>
📋
CSS .selector { content: '\215B9' };
📋
JS var unicodeA = '\u215B9 ';
📋
CPP char unicodeA = ' \u215B9 ';
📋
Java char unicodeA = '\u215B9';
📋
Python unicodeA = '\u215B9'
📋

What is Unicode character 𡖹?

The Unicode character 𡖹 U+215B9 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+215B9.

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!