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

What is Unicode character 𦑲?

The Unicode character 𦑲 U+26472 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+26472.

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!