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

What is Unicode character 𬦁?

The Unicode character 𬦁 U+2C981 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+2C981.

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!