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

What is Unicode character 𧉢?

The Unicode character 𧉢 U+27262 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+27262.

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!