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

What is Unicode character 𣡕?

The Unicode character 𣡕 U+23855 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+23855.

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!