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

What is Unicode character 𢯍?

The Unicode character 𢯍 U+22BCD 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+22BCD.

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!