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

What is Unicode character 𭃼?

The Unicode character 𭃼 U+2D0FC 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+2D0FC.

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!