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

What is Unicode character 𭣬?

The Unicode character 𭣬 U+2D8EC 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+2D8EC.

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!