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

What is Unicode character 𭏟?

The Unicode character 𭏟 U+2D3DF 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+2D3DF.

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!