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

What is Unicode character 𢗸?

The Unicode character 𢗸 U+225F8 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+225F8.

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!