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

What is Unicode character 𦝞?

The Unicode character 𦝞 U+2675E 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+2675E.

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!