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

What is Unicode character 𧗬?

The Unicode character 𧗬 U+275EC 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+275EC.

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!