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

What is Unicode character 𢶃?

The Unicode character 𢶃 U+22D83 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+22D83.

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!