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

What is Unicode character 𣎒?

The Unicode character 𣎒 U+23392 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+23392.

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!