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

What is Unicode character 𩟑?

The Unicode character 𩟑 U+297D1 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+297D1.

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!