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

What is Unicode character 𡢼?

The Unicode character 𡢼 U+218BC 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+218BC.

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!