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

What is Unicode character 𣢔?

The Unicode character 𣢔 U+23894 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+23894.

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!