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

What is Unicode character 𭀓?

The Unicode character 𭀓 U+2D013 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+2D013.

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!