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

What is Unicode character 𩇟?

The Unicode character 𩇟 U+291DF 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+291DF.

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!