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

What is Unicode character 𨕫?

The Unicode character 𨕫 U+2856B 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+2856B.

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!