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

What is Unicode character 𢛖?

The Unicode character 𢛖 U+226D6 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+226D6.

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!