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

What is Unicode character 𬩃?

The Unicode character 𬩃 U+2CA43 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+2CA43.

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!