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

What is Unicode character 𭃓?

The Unicode character 𭃓 U+2D0D3 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+2D0D3.

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!