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

What is Unicode character 𬀾?

The Unicode character 𬀾 U+2C03E 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+2C03E.

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!