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

What is Unicode character 𬦄?

The Unicode character 𬦄 U+2C984 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+2C984.

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!