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

What is Unicode character 𢯬?

The Unicode character 𢯬 U+22BEC 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+22BEC.

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!