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

What is Unicode character 𭵶?

The Unicode character 𭵶 U+2DD76 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+2DD76.

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!