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

What is Unicode character 𭙹?

The Unicode character 𭙹 U+2D679 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+2D679.

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!