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

What is Unicode character 𡗰?

The Unicode character 𡗰 U+215F0 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+215F0.

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!