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

What is Unicode character 𦙴?

The Unicode character 𦙴 U+26674 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+26674.

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!