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

What is Unicode character 𢛶?

The Unicode character 𢛶 U+226F6 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+226F6.

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!