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

What is Unicode character 𭣹?

The Unicode character 𭣹 U+2D8F9 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+2D8F9.

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!