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

What is Unicode character 𭼍?

The Unicode character 𭼍 U+2DF0D 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+2DF0D.

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!