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

What is Unicode character 𦙵?

The Unicode character 𦙵 U+26675 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+26675.

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!