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

What is Unicode character 𢼅?

The Unicode character 𢼅 U+22F05 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+22F05.

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!