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

What is Unicode character 𭢬?

The Unicode character 𭢬 U+2D8AC 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+2D8AC.

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!