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

What is Unicode character 𭃎?

The Unicode character 𭃎 U+2D0CE 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+2D0CE.

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!