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

What is Unicode character 𬅃?

The Unicode character 𬅃 U+2C143 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+2C143.

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!