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

What is Unicode character 𬄨?

The Unicode character 𬄨 U+2C128 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+2C128.

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!