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>&#161200;</p>
📋
CSS .selector { content: '\275B0' };
📋
JS var unicodeA = '\u275B0 ';
📋
CPP char unicodeA = ' \u275B0 ';
📋
Java char unicodeA = '\u275B0';
📋
Python unicodeA = '\u275B0'
📋

What is Unicode character 𧖰?

The Unicode character 𧖰 U+275B0 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+275B0.

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!