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

What is Unicode character 𭅾?

The Unicode character 𭅾 U+2D17E 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+2D17E.

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!