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

What is Unicode character 𩟚?

The Unicode character 𩟚 U+297DA 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+297DA.

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!