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

What is Unicode character 𩟟?

The Unicode character 𩟟 U+297DF 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+297DF.

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!