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

What is Unicode character 𩟬?

The Unicode character 𩟬 U+297EC 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+297EC.

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!