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

What is Unicode character 𬻔?

The Unicode character 𬻔 U+2CED4 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+2CED4.

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!