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

What is Unicode character 𬵃?

The Unicode character 𬵃 U+2CD43 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+2CD43.

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!