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

What is Unicode character 𭎓?

The Unicode character 𭎓 U+2D393 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+2D393.

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!