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

What is Unicode character 𭏬?

The Unicode character 𭏬 U+2D3EC 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+2D3EC.

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!