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

What is Unicode character 𢼈?

The Unicode character 𢼈 U+22F08 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+22F08.

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!