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

What is Unicode character 𣡢?

The Unicode character 𣡢 U+23862 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+23862.

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!