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

What is Unicode character 𭬣?

The Unicode character 𭬣 U+2DB23 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+2DB23.

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!