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

What is Unicode character 𢛙?

The Unicode character 𢛙 U+226D9 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+226D9.

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!