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

What is Unicode character 𭬦?

The Unicode character 𭬦 U+2DB26 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+2DB26.

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!