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

What is Unicode character 𦫲?

The Unicode character 𦫲 U+26AF2 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+26AF2.

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!