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

What is Unicode character 𧖦?

The Unicode character 𧖦 U+275A6 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+275A6.

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!