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

What is Unicode character 𦦭?

The Unicode character 𦦭 U+269AD 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+269AD.

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!