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

What is Unicode character 𦁾?

The Unicode character 𦁾 U+2607E 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+2607E.

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!