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

What is Unicode character 𣦓?

The Unicode character 𣦓 U+23993 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+23993.

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!