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

What is Unicode character 𬜡?

The Unicode character 𬜡 U+2C721 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+2C721.

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!