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

What is Unicode character 𡖬?

The Unicode character 𡖬 U+215AC 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+215AC.

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!