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

What is Unicode character 𢯫?

The Unicode character 𢯫 U+22BEB 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+22BEB.

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!