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

What is Unicode character 𢍧?

The Unicode character 𢍧 U+22367 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+22367.

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!