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

What is Unicode character 𩟢?

The Unicode character 𩟢 U+297E2 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+297E2.

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!