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

What is Unicode character 𢛺?

The Unicode character 𢛺 U+226FA 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+226FA.

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!