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

What is Unicode character 𬆔?

The Unicode character 𬆔 U+2C194 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+2C194.

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!