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

What is Unicode character 𩟏?

The Unicode character 𩟏 U+297CF 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+297CF.

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!