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

What is Unicode character 𬘎?

The Unicode character 𬘎 U+2C60E 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+2C60E.

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!