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

What is Unicode character 𦛓?

The Unicode character 𦛓 U+266D3 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+266D3.

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!