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

What is Unicode character 𢯛?

The Unicode character 𢯛 U+22BDB 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+22BDB.

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!