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

What is Unicode character 𡖡?

The Unicode character 𡖡 U+215A1 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+215A1.

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!