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

What is Unicode character 𣢊?

The Unicode character 𣢊 U+2388A 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+2388A.

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!