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

What is Unicode character 𣎑?

The Unicode character 𣎑 U+23391 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+23391.

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!