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

What is Unicode character 𭎀?

The Unicode character 𭎀 U+2D380 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+2D380.

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!