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

What is Unicode character 𢛔?

The Unicode character 𢛔 U+226D4 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+226D4.

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!