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

What is Unicode character 𣎇?

The Unicode character 𣎇 U+23387 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+23387.

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!