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

What is Unicode character 𬞖?

The Unicode character 𬞖 U+2C796 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+2C796.

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!