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

What is Unicode character 𭶬?

The Unicode character 𭶬 U+2DDAC 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+2DDAC.

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!