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

What is Unicode character 𦯲?

The Unicode character 𦯲 U+26BF2 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+26BF2.

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!