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

What is Unicode character 𦦤?

The Unicode character 𦦤 U+269A4 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+269A4.

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!