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

What is Unicode character 𭎑?

The Unicode character 𭎑 U+2D391 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+2D391.

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!