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

What is Unicode character 𢗦?

The Unicode character 𢗦 U+225E6 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+225E6.

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!