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

What is Unicode character 𩟕?

The Unicode character 𩟕 U+297D5 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+297D5.

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!