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

What is Unicode character 𩟙?

The Unicode character 𩟙 U+297D9 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+297D9.

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!