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

What is Unicode character 𢯚?

The Unicode character 𢯚 U+22BDA 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+22BDA.

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!