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

What is Unicode character 𢛦?

The Unicode character 𢛦 U+226E6 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+226E6.

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!