Unicode Finder

"拡" U+62E1(CJK UNIFIED IDEOGRAPH-62E1)

U+62E1
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-62E1

Programming

C
\u62E1
JavaScript
\u62E1
Java
\u62E1
Json
\u62E1
Python
\u62E1
Perl
\x{62E1}
PHP
\x{62E1}
Ruby
\u{62E1}
Rust
\u{62E1}
Go
\u62E1

Web

CSS
\0062E1
HtmlDecimal
拡
HtmlHexadecimal
拡
Url
%E6%8B%A1

Code

MD5
a399aded39017db424c78d25e6b7cabe
Sha1
8cb5599c3c37e8d5b918af57342d67a4698b164b
Base64
5ouh

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u62E1';
console.log(char);  // Output: 拡

Java:

char c = '\u62E1';
System.out.println(c);  // Output: 拡

JSON:

{"text": "\u62E1"}  // Value: 拡

Python:

char = '\u62E1'
print(char)  # Output: 拡

Perl:

my $char = "\x{62E1}";
print $char;  # Output: 拡

PHP:

$char = "\x{62E1}";
echo $char;  // Output: 拡

Ruby:

char = "\u{62E1}"
puts char  # Output: 拡

Rust:

let c = '\u{62E1}';
println!("{}", c);  // Output: 拡

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0062E1";  /* Display: 拡 */
}

HTML Decimal:

<p>HTML decimal: &#25313;</p>  <!-- Display: 拡 -->

HTML Hexadecimal:

<p>HTML hex: &#x62E1;</p>  <!-- Display: 拡 -->

URL Encoding:

// 拡 URL encoding
https://unicodefinder.com/search.php?query=%E6%8B%A1

Encodings

MD5:

a399aded39017db424c78d25e6b7cabe

SHA1:

8cb5599c3c37e8d5b918af57342d67a4698b164b

Base64:

5ouh