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

What is Unicode character 𣦗?

The Unicode character 𣦗 U+23997 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+23997.

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!