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

What is Unicode character 𭀕?

The Unicode character 𭀕 U+2D015 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+2D015.

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!