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

What is Unicode character 𬜟?

The Unicode character 𬜟 U+2C71F 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+2C71F.

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!