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

What is Unicode character 𭟬?

The Unicode character 𭟬 U+2D7EC 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+2D7EC.

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!