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

What is Unicode character 𭻬?

The Unicode character 𭻬 U+2DEEC 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+2DEEC.

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!