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

What is Unicode character 𭜦?

The Unicode character 𭜦 U+2D726 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+2D726.

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!