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>&#161749;</p>
📋
CSS .selector { content: '\277D5' };
📋
JS var unicodeA = '\u277D5 ';
📋
CPP char unicodeA = ' \u277D5 ';
📋
Java char unicodeA = '\u277D5';
📋
Python unicodeA = '\u277D5'
📋

What is Unicode character 𧟕?

The Unicode character 𧟕 U+277D5 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+277D5.

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!