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

What is Unicode character 𢑩?

The Unicode character 𢑩 U+22469 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+22469.

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!