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

What is Unicode character 𭵃?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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