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

What is Unicode character 𭃐?

The Unicode character 𭃐 U+2D0D0 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+2D0D0.

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!