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

What is Unicode character 𨕛?

The Unicode character 𨕛 U+2855B 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+2855B.

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!