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

What is Unicode character 𩟵?

The Unicode character 𩟵 U+297F5 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+297F5.

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!