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

What is Unicode character 𩣟?

The Unicode character 𩣟 U+298DF 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+298DF.

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!