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

What is Unicode character 𭃕?

The Unicode character 𭃕 U+2D0D5 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+2D0D5.

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!