Unicode Finder

"抾" U+62BE(CJK UNIFIED IDEOGRAPH-62BE)

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

Programming

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

Web

CSS
\0062BE
HtmlDecimal
抾
HtmlHexadecimal
抾
Url
%E6%8A%BE

Code

MD5
278e6b1e618e7627bea55e1bf65b8077
Sha1
cf178a332b8fc437879a3d03bcac82ea2b84607f
Base64
5oq+

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u62BE';
console.log(char);  // Output: 抾

Java:

char c = '\u62BE';
System.out.println(c);  // Output: 抾

JSON:

{"text": "\u62BE"}  // Value: 抾

Python:

char = '\u62BE'
print(char)  # Output: 抾

Perl:

my $char = "\x{62BE}";
print $char;  # Output: 抾

PHP:

$char = "\x{62BE}";
echo $char;  // Output: 抾

Ruby:

char = "\u{62BE}"
puts char  # Output: 抾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25278;</p>  <!-- Display: 抾 -->

HTML Hexadecimal:

<p>HTML hex: &#x62BE;</p>  <!-- Display: 抾 -->

URL Encoding:

// 抾 URL encoding
https://unicodefinder.com/search.php?query=%E6%8A%BE

Encodings

MD5:

278e6b1e618e7627bea55e1bf65b8077

SHA1:

cf178a332b8fc437879a3d03bcac82ea2b84607f

Base64:

5oq+