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

What is Unicode character 𧖬?

The Unicode character 𧖬 U+275AC 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+275AC.

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!