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

What is Unicode character 𬏟?

The Unicode character 𬏟 U+2C3DF 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+2C3DF.

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!