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

What is Unicode character 𩟼?

The Unicode character 𩟼 U+297FC 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+297FC.

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!