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

What is Unicode character 𬊁?

The Unicode character 𬊁 U+2C281 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+2C281.

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!