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

What is Unicode character 𭨖?

The Unicode character 𭨖 U+2DA16 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+2DA16.

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!