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

What is Unicode character 𣯎?

The Unicode character 𣯎 U+23BCE 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+23BCE.

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!