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>&#165226;</p>
📋
CSS .selector { content: '\2856A' };
📋
JS var unicodeA = '\u2856A ';
📋
CPP char unicodeA = ' \u2856A ';
📋
Java char unicodeA = '\u2856A';
📋
Python unicodeA = '\u2856A'
📋

What is Unicode character 𨕪?

The Unicode character 𨕪 U+2856A 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+2856A.

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!