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

What is Unicode character 𡖨?

The Unicode character 𡖨 U+215A8 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+215A8.

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!