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

What is Unicode character 𨉬?

The Unicode character 𨉬 U+2826C 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+2826C.

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!