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

What is Unicode character 𬉶?

The Unicode character 𬉶 U+2C276 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+2C276.

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!