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

What is Unicode character 𭎏?

The Unicode character 𭎏 U+2D38F 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+2D38F.

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!