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

What is Unicode character 𢯈?

The Unicode character 𢯈 U+22BC8 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+22BC8.

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!