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

What is Unicode character 𦊬?

The Unicode character 𦊬 U+262AC 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+262AC.

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!