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

What is Unicode character 𬦅?

The Unicode character 𬦅 U+2C985 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+2C985.

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!