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

What is Unicode character 𩃟?

The Unicode character 𩃟 U+290DF 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+290DF.

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!