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

What is Unicode character 𪏟?

The Unicode character 𪏟 U+2A3DF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A3DF.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!