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

What is Unicode character 𦊼?

The Unicode character 𦊼 U+262BC 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+262BC.

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!