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

What is Unicode character 𣎐?

The Unicode character 𣎐 U+23390 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+23390.

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!