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

What is Unicode character 𬻁?

The Unicode character 𬻁 U+2CEC1 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+2CEC1.

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!