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

What is Unicode character 𭎍?

The Unicode character 𭎍 U+2D38D 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+2D38D.

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!