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

What is Unicode character 𭵓?

The Unicode character 𭵓 U+2DD53 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+2DD53.

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!