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

What is Unicode character 𬂖?

The Unicode character 𬂖 U+2C096 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+2C096.

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!