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

What is Unicode character 𬂓?

The Unicode character 𬂓 U+2C093 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+2C093.

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!