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>&#143142;</p>
📋
CSS .selector { content: '\22F26' };
📋
JS var unicodeA = '\u22F26 ';
📋
CPP char unicodeA = ' \u22F26 ';
📋
Java char unicodeA = '\u22F26';
📋
Python unicodeA = '\u22F26'
📋

What is Unicode character 𢼦?

The Unicode character 𢼦 U+22F26 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+22F26.

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!