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

What is Unicode character 𢍦?

The Unicode character 𢍦 U+22366 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+22366.

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!