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

What is Unicode character 𣎈?

The Unicode character 𣎈 U+23388 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+23388.

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!