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

What is Unicode character 𨑲?

The Unicode character 𨑲 U+28472 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+28472.

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!