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

What is Unicode character 𬤦?

The Unicode character 𬤦 U+2C926 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+2C926.

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!