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

What is Unicode character 𦳍?

The Unicode character 𦳍 U+26CCD 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+26CCD.

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!