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

What is Unicode character 𬈦?

The Unicode character 𬈦 U+2C226 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+2C226.

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!