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

What is Unicode character 𢯒?

The Unicode character 𢯒 U+22BD2 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+22BD2.

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!