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

What is Unicode character 𦛕?

The Unicode character 𦛕 U+266D5 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+266D5.

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!