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

What is Unicode character 𧟊?

The Unicode character 𧟊 U+277CA 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+277CA.

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!