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

What is Unicode character 𭀦?

The Unicode character 𭀦 U+2D026 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+2D026.

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!