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

What is Unicode character 𦐲?

The Unicode character 𦐲 U+26432 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+26432.

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!