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>&#160223;</p>
📋
CSS .selector { content: '\271DF' };
📋
JS var unicodeA = '\u271DF ';
📋
CPP char unicodeA = ' \u271DF ';
📋
Java char unicodeA = '\u271DF';
📋
Python unicodeA = '\u271DF'
📋

What is Unicode character 𧇟?

The Unicode character 𧇟 U+271DF 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+271DF.

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!