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

What is Unicode character 𭎗?

The Unicode character 𭎗 U+2D397 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+2D397.

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!