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

What is Unicode character 𭰦?

The Unicode character 𭰦 U+2DC26 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+2DC26.

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!