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

What is Unicode character 𭼎?

The Unicode character 𭼎 U+2DF0E 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+2DF0E.

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!