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

What is Unicode character 𭹰?

The Unicode character 𭹰 U+2DE70 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+2DE70.

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!