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

What is Unicode character 𢮯?

The Unicode character 𢮯 U+22BAF 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+22BAF.

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!