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

What is Unicode character 𬁵?

The Unicode character 𬁵 U+2C075 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+2C075.

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!