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

What is Unicode character 𢵵?

The Unicode character 𢵵 U+22D75 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+22D75.

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!