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

What is Unicode character 𬚅?

The Unicode character 𬚅 U+2C685 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+2C685.

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!