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

What is Unicode character 𩟅?

The Unicode character 𩟅 U+297C5 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+297C5.

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!