Unicode Finder

"崷" U+5D37(CJK UNIFIED IDEOGRAPH-5D37)

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

Programming

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

Web

CSS
\005D37
HtmlDecimal
崷
HtmlHexadecimal
崷
Url
%E5%B4%B7

Code

MD5
794cee567f9d96960be961e0ea766922
Sha1
910d18679792c750c8c51b7ead283fa59bf2e8d1
Base64
5bS3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5D37';
console.log(char);  // Output: 崷

Java:

char c = '\u5D37';
System.out.println(c);  // Output: 崷

JSON:

{"text": "\u5D37"}  // Value: 崷

Python:

char = '\u5D37'
print(char)  # Output: 崷

Perl:

my $char = "\x{5D37}";
print $char;  # Output: 崷

PHP:

$char = "\x{5D37}";
echo $char;  // Output: 崷

Ruby:

char = "\u{5D37}"
puts char  # Output: 崷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23863;</p>  <!-- Display: 崷 -->

HTML Hexadecimal:

<p>HTML hex: &#x5D37;</p>  <!-- Display: 崷 -->

URL Encoding:

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

Encodings

MD5:

794cee567f9d96960be961e0ea766922

SHA1:

910d18679792c750c8c51b7ead283fa59bf2e8d1

Base64:

5bS3