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>&#157372;</p>
📋
CSS .selector { content: '\266BC' };
📋
JS var unicodeA = '\u266BC ';
📋
CPP char unicodeA = ' \u266BC ';
📋
Java char unicodeA = '\u266BC';
📋
Python unicodeA = '\u266BC'
📋

What is Unicode character 𦚼?

The Unicode character 𦚼 U+266BC 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+266BC.

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!