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

What is Unicode character 𭎕?

The Unicode character 𭎕 U+2D395 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+2D395.

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!