Unicode Finder

"嵺" U+5D7A(CJK UNIFIED IDEOGRAPH-5D7A)

U+5D7A
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-5D7A

Programming

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

Web

CSS
\005D7A
HtmlDecimal
嵺
HtmlHexadecimal
嵺
Url
%E5%B5%BA

Code

MD5
4d232ff4c6c925494f71e6bb42ffefd6
Sha1
c5286bd339d089b374f900aab7a481f6b2c440ef
Base64
5bW6

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5D7A';
console.log(char);  // Output: 嵺

Java:

char c = '\u5D7A';
System.out.println(c);  // Output: 嵺

JSON:

{"text": "\u5D7A"}  // Value: 嵺

Python:

char = '\u5D7A'
print(char)  # Output: 嵺

Perl:

my $char = "\x{5D7A}";
print $char;  # Output: 嵺

PHP:

$char = "\x{5D7A}";
echo $char;  // Output: 嵺

Ruby:

char = "\u{5D7A}"
puts char  # Output: 嵺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23930;</p>  <!-- Display: 嵺 -->

HTML Hexadecimal:

<p>HTML hex: &#x5D7A;</p>  <!-- Display: 嵺 -->

URL Encoding:

// 嵺 URL encoding
https://unicodefinder.com/search.php?query=%E5%B5%BA

Encodings

MD5:

4d232ff4c6c925494f71e6bb42ffefd6

SHA1:

c5286bd339d089b374f900aab7a481f6b2c440ef

Base64:

5bW6