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

What is Unicode character 𬏬?

The Unicode character 𬏬 U+2C3EC 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+2C3EC.

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!