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

What is Unicode character 𩟨?

The Unicode character 𩟨 U+297E8 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+297E8.

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!