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

What is Unicode character 𭀵?

The Unicode character 𭀵 U+2D035 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+2D035.

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!