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

What is Unicode character 𦛙?

The Unicode character 𦛙 U+266D9 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+266D9.

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!