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

What is Unicode character 𢯭?

The Unicode character 𢯭 U+22BED 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+22BED.

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!