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

What is Unicode character 𬊔?

The Unicode character 𬊔 U+2C294 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+2C294.

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!