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

What is Unicode character 𢛍?

The Unicode character 𢛍 U+226CD 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+226CD.

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!