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

What is Unicode character 𭃭?

The Unicode character 𭃭 U+2D0ED 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+2D0ED.

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!