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

What is Unicode character 𩟩?

The Unicode character 𩟩 U+297E9 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+297E9.

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!