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

What is Unicode character 𩟭?

The Unicode character 𩟭 U+297ED 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+297ED.

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!