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

What is Unicode character 𦚬?

The Unicode character 𦚬 U+266AC 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+266AC.

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!