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

What is Unicode character 𣯬?

The Unicode character 𣯬 U+23BEC 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+23BEC.

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!