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

What is Unicode character 𭺬?

The Unicode character 𭺬 U+2DEAC 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+2DEAC.

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!