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

What is Unicode character 𦙲?

The Unicode character 𦙲 U+26672 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+26672.

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!