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

What is Unicode character 𬋟?

The Unicode character 𬋟 U+2C2DF 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+2C2DF.

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!