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

What is Unicode character 𭃣?

The Unicode character 𭃣 U+2D0E3 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+2D0E3.

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!