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

What is Unicode character 𭇎?

The Unicode character 𭇎 U+2D1CE 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+2D1CE.

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!