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

What is Unicode character 𭢯?

The Unicode character 𭢯 U+2D8AF 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+2D8AF.

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!