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

What is Unicode character 𭬹?

The Unicode character 𭬹 U+2DB39 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+2DB39.

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!