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

What is Unicode character 𣶗?

The Unicode character 𣶗 U+23D97 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+23D97.

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!