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

What is Unicode character 𢼖?

The Unicode character 𢼖 U+22F16 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+22F16.

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!