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

What is Unicode character 𡖣?

The Unicode character 𡖣 U+215A3 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+215A3.

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!