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

What is Unicode character 𬻎?

The Unicode character 𬻎 U+2CECE 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+2CECE.

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!