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

What is Unicode character 𢗵?

The Unicode character 𢗵 U+225F5 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+225F5.

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!