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

What is Unicode character 𭣖?

The Unicode character 𭣖 U+2D8D6 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+2D8D6.

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!