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

What is Unicode character 𭵍?

The Unicode character 𭵍 U+2DD4D 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+2DD4D.

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!