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

What is Unicode character 𭨣?

The Unicode character 𭨣 U+2DA23 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+2DA23.

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!