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

What is Unicode character 𢛊?

The Unicode character 𢛊 U+226CA 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+226CA.

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!