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

What is Unicode character 𭎝?

The Unicode character 𭎝 U+2D39D 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+2D39D.

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!