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

What is Unicode character 𬏍?

The Unicode character 𬏍 U+2C3CD 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+2C3CD.

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!