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

What is Unicode character 𩟾?

The Unicode character 𩟾 U+297FE 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+297FE.

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!