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

What is Unicode character 𭵲?

The Unicode character 𭵲 U+2DD72 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+2DD72.

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!