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

What is Unicode character 𬐨?

The Unicode character 𬐨 U+2C428 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+2C428.

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!