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

What is Unicode character 𭢃?

The Unicode character 𭢃 U+2D883 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+2D883.

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!