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

What is Unicode character 𭺹?

The Unicode character 𭺹 U+2DEB9 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+2DEB9.

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!