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

What is Unicode character 𦉃?

The Unicode character 𦉃 U+26243 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+26243.

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!