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

What is Unicode character 𦊯?

The Unicode character 𦊯 U+262AF 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+262AF.

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!