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

What is Unicode character 𬻍?

The Unicode character 𬻍 U+2CECD 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+2CECD.

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!