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

What is Unicode character 𭃨?

The Unicode character 𭃨 U+2D0E8 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+2D0E8.

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!