Unicode Finder

"嵷" U+5D77(CJK UNIFIED IDEOGRAPH-5D77)

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

Programming

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

Web

CSS
\005D77
HtmlDecimal
嵷
HtmlHexadecimal
嵷
Url
%E5%B5%B7

Code

MD5
296e41137be66743ccadabf7721c22e2
Sha1
6009aa0c5673c50894915c7b3da88b22cd3550ab
Base64
5bW3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5D77';
console.log(char);  // Output: 嵷

Java:

char c = '\u5D77';
System.out.println(c);  // Output: 嵷

JSON:

{"text": "\u5D77"}  // Value: 嵷

Python:

char = '\u5D77'
print(char)  # Output: 嵷

Perl:

my $char = "\x{5D77}";
print $char;  # Output: 嵷

PHP:

$char = "\x{5D77}";
echo $char;  // Output: 嵷

Ruby:

char = "\u{5D77}"
puts char  # Output: 嵷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23927;</p>  <!-- Display: 嵷 -->

HTML Hexadecimal:

<p>HTML hex: &#x5D77;</p>  <!-- Display: 嵷 -->

URL Encoding:

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

Encodings

MD5:

296e41137be66743ccadabf7721c22e2

SHA1:

6009aa0c5673c50894915c7b3da88b22cd3550ab

Base64:

5bW3