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

What is Unicode character 𦍳?

The Unicode character 𦍳 U+26373 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+26373.

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!