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

What is Unicode character 𩟁?

The Unicode character 𩟁 U+297C1 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+297C1.

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!