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

What is Unicode character 𬊊?

The Unicode character 𬊊 U+2C28A 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+2C28A.

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!