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

What is Unicode character 𨒹?

The Unicode character 𨒹 U+284B9 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+284B9.

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!