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

What is Unicode character 𭨃?

The Unicode character 𭨃 U+2DA03 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+2DA03.

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!