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

What is Unicode character 𬄦?

The Unicode character 𬄦 U+2C126 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+2C126.

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!