Unicode Finder

"媲" U+5AB2(CJK UNIFIED IDEOGRAPH-5AB2)

U+5AB2
Blokk Neve
CJK Unified Ideographs
Név
CJK UNIFIED IDEOGRAPH-5AB2

Programming

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

Web

CSS
\005AB2
HtmlDecimal
媲
HtmlHexadecimal
媲
Url
%E5%AA%B2

Code

MD5
a6afa7ac3eb1e3793c3f65c1a4092e02
Sha1
1286c03a64ee08330574fb7a4d4ba4f975490fc2
Base64
5aqy

Használati Példák

Programming Languages

C:

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

JavaScript:

const char = '\u5AB2';
console.log(char);  // Output: 媲

Java:

char c = '\u5AB2';
System.out.println(c);  // Output: 媲

JSON:

{"text": "\u5AB2"}  // Value: 媲

Python:

char = '\u5AB2'
print(char)  # Output: 媲

Perl:

my $char = "\x{5AB2}";
print $char;  # Output: 媲

PHP:

$char = "\x{5AB2}";
echo $char;  // Output: 媲

Ruby:

char = "\u{5AB2}"
puts char  # Output: 媲

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23218;</p>  <!-- Display: 媲 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AB2;</p>  <!-- Display: 媲 -->

URL Encoding:

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

Encodings

MD5:

a6afa7ac3eb1e3793c3f65c1a4092e02

SHA1:

1286c03a64ee08330574fb7a4d4ba4f975490fc2

Base64:

5aqy