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

What is Unicode character 𦛃?

The Unicode character 𦛃 U+266C3 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+266C3.

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!