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

What is Unicode character 𭎟?

The Unicode character 𭎟 U+2D39F 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+2D39F.

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!