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

What is Unicode character 𩟫?

The Unicode character 𩟫 U+297EB 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+297EB.

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!