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

What is Unicode character 𬏎?

The Unicode character 𬏎 U+2C3CE 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+2C3CE.

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!