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

What is Unicode character 𧟏?

The Unicode character 𧟏 U+277CF 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+277CF.

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!