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

What is Unicode character 𦊭?

The Unicode character 𦊭 U+262AD 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+262AD.

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!