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

What is Unicode character 𭧬?

The Unicode character 𭧬 U+2D9EC 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+2D9EC.

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!