Unicode Finder

"拲" U+62F2(CJK UNIFIED IDEOGRAPH-62F2)

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

Programming

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

Web

CSS
\0062F2
HtmlDecimal
拲
HtmlHexadecimal
拲
Url
%E6%8B%B2

Code

MD5
0affab8a48ac62b7e8a8d9dcde5fb5b7
Sha1
2098ab5fd64018c8522330a46d4277b4511ed3e6
Base64
5ouy

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u62F2';
console.log(char);  // Output: 拲

Java:

char c = '\u62F2';
System.out.println(c);  // Output: 拲

JSON:

{"text": "\u62F2"}  // Value: 拲

Python:

char = '\u62F2'
print(char)  # Output: 拲

Perl:

my $char = "\x{62F2}";
print $char;  # Output: 拲

PHP:

$char = "\x{62F2}";
echo $char;  // Output: 拲

Ruby:

char = "\u{62F2}"
puts char  # Output: 拲

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25330;</p>  <!-- Display: 拲 -->

HTML Hexadecimal:

<p>HTML hex: &#x62F2;</p>  <!-- Display: 拲 -->

URL Encoding:

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

Encodings

MD5:

0affab8a48ac62b7e8a8d9dcde5fb5b7

SHA1:

2098ab5fd64018c8522330a46d4277b4511ed3e6

Base64:

5ouy