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

What is Unicode character 𫵃?

The Unicode character 𫵃 U+2BD43 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+2BD43.

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!