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

What is Unicode character 𭢦?

The Unicode character 𭢦 U+2D8A6 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+2D8A6.

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!