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

What is Unicode character 𭃹?

The Unicode character 𭃹 U+2D0F9 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+2D0F9.

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!