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

What is Unicode character 𩟡?

The Unicode character 𩟡 U+297E1 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+297E1.

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!