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

What is Unicode character 𬏣?

The Unicode character 𬏣 U+2C3E3 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+2C3E3.

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!