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

What is Unicode character 𢛭?

The Unicode character 𢛭 U+226ED 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+226ED.

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!