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

What is Unicode character 𭃺?

The Unicode character 𭃺 U+2D0FA 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+2D0FA.

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!