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

What is Unicode character 𣎘?

The Unicode character 𣎘 U+23398 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+23398.

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!