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

What is Unicode character 𢛲?

The Unicode character 𢛲 U+226F2 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+226F2.

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!