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

What is Unicode character 𢯏?

The Unicode character 𢯏 U+22BCF 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+22BCF.

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!