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

What is Unicode character 𩟲?

The Unicode character 𩟲 U+297F2 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+297F2.

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!