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

What is Unicode character 𢑲?

The Unicode character 𢑲 U+22472 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+22472.

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!