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

What is Unicode character 𭃰?

The Unicode character 𭃰 U+2D0F0 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+2D0F0.

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!