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

What is Unicode character 𦍅?

The Unicode character 𦍅 U+26345 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+26345.

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!