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

What is Unicode character 𩟦?

The Unicode character 𩟦 U+297E6 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+297E6.

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!