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

What is Unicode character 𦍵?

The Unicode character 𦍵 U+26375 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+26375.

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!