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

What is Unicode character 𡎼?

The Unicode character 𡎼 U+213BC 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+213BC.

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!