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

What is Unicode character 𬊏?

The Unicode character 𬊏 U+2C28F 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+2C28F.

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!