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

What is Unicode character 𩟣?

The Unicode character 𩟣 U+297E3 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+297E3.

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!