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

What is Unicode character 𢯾?

The Unicode character 𢯾 U+22BFE 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+22BFE.

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!