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

What is Unicode character 𭵢?

The Unicode character 𭵢 U+2DD62 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+2DD62.

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!