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

What is Unicode character 𬷲?

The Unicode character 𬷲 U+2CDF2 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+2CDF2.

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!