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

What is Unicode character 𭮓?

The Unicode character 𭮓 U+2DB93 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+2DB93.

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!