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

What is Unicode character 𨇟?

The Unicode character 𨇟 U+281DF 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+281DF.

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!