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

What is Unicode character 𩟧?

The Unicode character 𩟧 U+297E7 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+297E7.

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!