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

What is Unicode character 𭼣?

The Unicode character 𭼣 U+2DF23 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+2DF23.

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!