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

What is Unicode character 𣎙?

The Unicode character 𣎙 U+23399 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+23399.

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!