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

What is Unicode character 𩟀?

The Unicode character 𩟀 U+297C0 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+297C0.

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!