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>&#142743;</p>
📋
CSS .selector { content: '\22D97' };
📋
JS var unicodeA = '\u22D97 ';
📋
CPP char unicodeA = ' \u22D97 ';
📋
Java char unicodeA = '\u22D97';
📋
Python unicodeA = '\u22D97'
📋

What is Unicode character 𢶗?

The Unicode character 𢶗 U+22D97 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+22D97.

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!