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

What is Unicode character 𢛅?

The Unicode character 𢛅 U+226C5 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+226C5.

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!