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

What is Unicode character 𩟎?

The Unicode character 𩟎 U+297CE 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+297CE.

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!