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

What is Unicode character 𭅹?

The Unicode character 𭅹 U+2D179 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+2D179.

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!