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

What is Unicode character 𦘲?

The Unicode character 𦘲 U+26632 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+26632.

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!