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

What is Unicode character 𩟌?

The Unicode character 𩟌 U+297CC 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+297CC.

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!