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

What is Unicode character 𩟺?

The Unicode character 𩟺 U+297FA 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+297FA.

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!