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

What is Unicode character 𭎊?

The Unicode character 𭎊 U+2D38A 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+2D38A.

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!