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

What is Unicode character 𣡖?

The Unicode character 𣡖 U+23856 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+23856.

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!