Unicode Finder

"擆" U+64C6(CJK UNIFIED IDEOGRAPH-64C6)

U+64C6
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-64C6

Programming

C
\u64C6
JavaScript
\u64C6
Java
\u64C6
Json
\u64C6
Python
\u64C6
Perl
\x{64C6}
PHP
\x{64C6}
Ruby
\u{64C6}
Rust
\u{64C6}
Go
\u64C6

Web

CSS
\0064C6
HtmlDecimal
擆
HtmlHexadecimal
擆
Url
%E6%93%86

Code

MD5
e94d79c014842f7d0fd005e0d1dc16e3
Sha1
6881bd9af96b4a9f15644b95b81c737b30093366
Base64
5pOG

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u64C6';
console.log(char);  // Output: 擆

Java:

char c = '\u64C6';
System.out.println(c);  // Output: 擆

JSON:

{"text": "\u64C6"}  // Value: 擆

Python:

char = '\u64C6'
print(char)  # Output: 擆

Perl:

my $char = "\x{64C6}";
print $char;  # Output: 擆

PHP:

$char = "\x{64C6}";
echo $char;  // Output: 擆

Ruby:

char = "\u{64C6}"
puts char  # Output: 擆

Rust:

let c = '\u{64C6}';
println!("{}", c);  // Output: 擆

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0064C6";  /* Display: 擆 */
}

HTML Decimal:

<p>HTML decimal: &#25798;</p>  <!-- Display: 擆 -->

HTML Hexadecimal:

<p>HTML hex: &#x64C6;</p>  <!-- Display: 擆 -->

URL Encoding:

// 擆 URL encoding
https://unicodefinder.com/search.php?query=%E6%93%86

Encodings

MD5:

e94d79c014842f7d0fd005e0d1dc16e3

SHA1:

6881bd9af96b4a9f15644b95b81c737b30093366

Base64:

5pOG