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

What is Unicode character 𣺵?

The Unicode character 𣺵 U+23EB5 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+23EB5.

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!