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

What is Unicode character 𢑵?

The Unicode character 𢑵 U+22475 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+22475.

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!