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

What is Unicode character 𭂨?

The Unicode character 𭂨 U+2D0A8 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+2D0A8.

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!