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

What is Unicode character 𢛎?

The Unicode character 𢛎 U+226CE 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+226CE.

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!