Unicode Finder

"嵵" U+5D75(CJK UNIFIED IDEOGRAPH-5D75)

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

Programming

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

Web

CSS
\005D75
HtmlDecimal
嵵
HtmlHexadecimal
嵵
Url
%E5%B5%B5

Code

MD5
4603d8eb06b7f502931dc59611de498c
Sha1
7e1bbd130b53be0a97cef5f3ec3d803478555c86
Base64
5bW1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5D75';
console.log(char);  // Output: 嵵

Java:

char c = '\u5D75';
System.out.println(c);  // Output: 嵵

JSON:

{"text": "\u5D75"}  // Value: 嵵

Python:

char = '\u5D75'
print(char)  # Output: 嵵

Perl:

my $char = "\x{5D75}";
print $char;  # Output: 嵵

PHP:

$char = "\x{5D75}";
echo $char;  // Output: 嵵

Ruby:

char = "\u{5D75}"
puts char  # Output: 嵵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23925;</p>  <!-- Display: 嵵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5D75;</p>  <!-- Display: 嵵 -->

URL Encoding:

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

Encodings

MD5:

4603d8eb06b7f502931dc59611de498c

SHA1:

7e1bbd130b53be0a97cef5f3ec3d803478555c86

Base64:

5bW1