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

What is Unicode character 𦛉?

The Unicode character 𦛉 U+266C9 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+266C9.

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!