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

What is Unicode character 𢾾?

The Unicode character 𢾾 U+22FBE 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+22FBE.

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!