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

What is Unicode character 𢩵?

The Unicode character 𢩵 U+22A75 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+22A75.

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!