Unicode Finder

"媸" U+5AB8(CJK UNIFIED IDEOGRAPH-5AB8)

U+5AB8
ब्लॉक का नाम
CJK Unified Ideographs
नाम
CJK UNIFIED IDEOGRAPH-5AB8

Programming

C
\u5AB8
JavaScript
\u5AB8
Java
\u5AB8
Json
\u5AB8
Python
\u5AB8
Perl
\x{5AB8}
PHP
\x{5AB8}
Ruby
\u{5AB8}
Rust
\u{5AB8}
Go
\u5AB8

Web

CSS
\005AB8
HtmlDecimal
媸
HtmlHexadecimal
媸
Url
%E5%AA%B8

Code

MD5
630eef0da0b0c6789b9958fae38a306b
Sha1
9522fc2dde2c9b3b54058436df87f7c5b3d3efdd
Base64
5aq4

उपयोग के उदाहरण

Programming Languages

C:

char c = '\u5AB8';
printf("%c\n", c);  // Output: 媸

JavaScript:

const char = '\u5AB8';
console.log(char);  // Output: 媸

Java:

char c = '\u5AB8';
System.out.println(c);  // Output: 媸

JSON:

{"text": "\u5AB8"}  // Value: 媸

Python:

char = '\u5AB8'
print(char)  # Output: 媸

Perl:

my $char = "\x{5AB8}";
print $char;  # Output: 媸

PHP:

$char = "\x{5AB8}";
echo $char;  // Output: 媸

Ruby:

char = "\u{5AB8}"
puts char  # Output: 媸

Rust:

let c = '\u{5AB8}';
println!("{}", c);  // Output: 媸

Go:

char := '\u5AB8'
fmt.Printf("%c\n", char)  // Output: 媸

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005AB8";  /* Display: 媸 */
}

HTML Decimal:

<p>HTML decimal: &#23224;</p>  <!-- Display: 媸 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AB8;</p>  <!-- Display: 媸 -->

URL Encoding:

// 媸 URL encoding
https://unicodefinder.com/search.php?query=%E5%AA%B8

Encodings

MD5:

630eef0da0b0c6789b9958fae38a306b

SHA1:

9522fc2dde2c9b3b54058436df87f7c5b3d3efdd

Base64:

5aq4