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

What is Unicode character 𬂔?

The Unicode character 𬂔 U+2C094 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+2C094.

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!