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

What is Unicode character 𢯡?

The Unicode character 𢯡 U+22BE1 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+22BE1.

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!