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

What is Unicode character 𧖡?

The Unicode character 𧖡 U+275A1 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+275A1.

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!