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

What is Unicode character 𬻃?

The Unicode character 𬻃 U+2CEC3 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2CEC3.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!