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

What is Unicode character 𭵵?

The Unicode character 𭵵 U+2DD75 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+2DD75.

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!