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

What is Unicode character 𬫍?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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