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

What is Unicode character 𬘚?

The Unicode character 𬘚 U+2C61A 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+2C61A.

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!