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

What is Unicode character 𢗖?

The Unicode character 𢗖 U+225D6 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+225D6.

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!