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

What is Unicode character 𬝱?

The Unicode character 𬝱 U+2C771 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+2C771.

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!