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

What is Unicode character 𬴟?

The Unicode character 𬴟 U+2CD1F 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+2CD1F.

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!