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

What is Unicode character 𣦔?

The Unicode character 𣦔 U+23994 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+23994.

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!