Unicode Finder

"拻" U+62FB(CJK UNIFIED IDEOGRAPH-62FB)

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

Programming

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

Web

CSS
\0062FB
HtmlDecimal
拻
HtmlHexadecimal
拻
Url
%E6%8B%BB

Code

MD5
26c09f5b0c0c6f46501c86d948a5490a
Sha1
f0b9fc781e88e4c41d173c7d2d69b1077e4c5f7a
Base64
5ou7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u62FB';
console.log(char);  // Output: 拻

Java:

char c = '\u62FB';
System.out.println(c);  // Output: 拻

JSON:

{"text": "\u62FB"}  // Value: 拻

Python:

char = '\u62FB'
print(char)  # Output: 拻

Perl:

my $char = "\x{62FB}";
print $char;  # Output: 拻

PHP:

$char = "\x{62FB}";
echo $char;  // Output: 拻

Ruby:

char = "\u{62FB}"
puts char  # Output: 拻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25339;</p>  <!-- Display: 拻 -->

HTML Hexadecimal:

<p>HTML hex: &#x62FB;</p>  <!-- Display: 拻 -->

URL Encoding:

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

Encodings

MD5:

26c09f5b0c0c6f46501c86d948a5490a

SHA1:

f0b9fc781e88e4c41d173c7d2d69b1077e4c5f7a

Base64:

5ou7