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

What is Unicode character 𭣎?

The Unicode character 𭣎 U+2D8CE 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+2D8CE.

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!