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

What is Unicode character 𢯼?

The Unicode character 𢯼 U+22BFC 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+22BFC.

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!