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

What is Unicode character 𭘦?

The Unicode character 𭘦 U+2D626 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+2D626.

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!