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

What is Unicode character 𡖭?

The Unicode character 𡖭 U+215AD 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+215AD.

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!