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

What is Unicode character 𡗬?

The Unicode character 𡗬 U+215EC 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+215EC.

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!