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

What is Unicode character 𭵦?

The Unicode character 𭵦 U+2DD66 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+2DD66.

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!