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

What is Unicode character 𭡃?

The Unicode character 𭡃 U+2D843 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+2D843.

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!