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

What is Unicode character 𢯻?

The Unicode character 𢯻 U+22BFB 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+22BFB.

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!