Unicode Finder

"拶" U+62F6(CJK UNIFIED IDEOGRAPH-62F6)

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

Programming

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

Web

CSS
\0062F6
HtmlDecimal
拶
HtmlHexadecimal
拶
Url
%E6%8B%B6

Code

MD5
02354ada78b5a3ba41c9d62bf5a50095
Sha1
fe07b4546e7baedf59ed01a3b2dfb8a85231787a
Base64
5ou2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u62F6';
console.log(char);  // Output: 拶

Java:

char c = '\u62F6';
System.out.println(c);  // Output: 拶

JSON:

{"text": "\u62F6"}  // Value: 拶

Python:

char = '\u62F6'
print(char)  # Output: 拶

Perl:

my $char = "\x{62F6}";
print $char;  # Output: 拶

PHP:

$char = "\x{62F6}";
echo $char;  // Output: 拶

Ruby:

char = "\u{62F6}"
puts char  # Output: 拶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25334;</p>  <!-- Display: 拶 -->

HTML Hexadecimal:

<p>HTML hex: &#x62F6;</p>  <!-- Display: 拶 -->

URL Encoding:

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

Encodings

MD5:

02354ada78b5a3ba41c9d62bf5a50095

SHA1:

fe07b4546e7baedf59ed01a3b2dfb8a85231787a

Base64:

5ou2