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

What is Unicode character 𣺼?

The Unicode character 𣺼 U+23EBC 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+23EBC.

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!