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>&#136112;</p>
📋
CSS .selector { content: '\213B0' };
📋
JS var unicodeA = '\u213B0 ';
📋
CPP char unicodeA = ' \u213B0 ';
📋
Java char unicodeA = '\u213B0';
📋
Python unicodeA = '\u213B0'
📋

What is Unicode character 𡎰?

The Unicode character 𡎰 U+213B0 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+213B0.

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!