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

What is Unicode character 𣎔?

The Unicode character 𣎔 U+23394 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+23394.

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!