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

What is Unicode character 𭵨?

The Unicode character 𭵨 U+2DD68 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+2DD68.

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!