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

What is Unicode character 𩟊?

The Unicode character 𩟊 U+297CA 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+297CA.

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!