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

What is Unicode character 𣎄?

The Unicode character 𣎄 U+23384 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+23384.

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!