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

What is Unicode character 𩟯?

The Unicode character 𩟯 U+297EF 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+297EF.

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!