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

What is Unicode character 𣡬?

The Unicode character 𣡬 U+2386C 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+2386C.

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!