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

What is Unicode character 𢯐?

The Unicode character 𢯐 U+22BD0 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+22BD0.

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!