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

What is Unicode character 𦊵?

The Unicode character 𦊵 U+262B5 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+262B5.

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!