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

What is Unicode character 𬜝?

The Unicode character 𬜝 U+2C71D 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+2C71D.

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!