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

What is Unicode character 𭏎?

The Unicode character 𭏎 U+2D3CE 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+2D3CE.

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!