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

What is Unicode character 𬭃?

The Unicode character 𬭃 U+2CB43 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+2CB43.

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!