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

What is Unicode character 𭼹?

The Unicode character 𭼹 U+2DF39 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+2DF39.

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!