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

What is Unicode character 𢯯?

The Unicode character 𢯯 U+22BEF 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+22BEF.

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!