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

What is Unicode character 𭹬?

The Unicode character 𭹬 U+2DE6C 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+2DE6C.

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!