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

What is Unicode character 𢯝?

The Unicode character 𢯝 U+22BDD 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+22BDD.

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!