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>&#180412;</p>
📋
CSS .selector { content: '\2C0BC' };
📋
JS var unicodeA = '\u2C0BC ';
📋
CPP char unicodeA = ' \u2C0BC ';
📋
Java char unicodeA = '\u2C0BC';
📋
Python unicodeA = '\u2C0BC'
📋

What is Unicode character 𬂼?

The Unicode character 𬂼 U+2C0BC is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C0BC.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!