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

What is Unicode character 𢑘?

The Unicode character 𢑘 U+22458 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+22458.

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!