Unicode Finder

"拂" U+62C2(CJK UNIFIED IDEOGRAPH-62C2)

U+62C2
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-62C2

Programming

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

Web

CSS
\0062C2
HtmlDecimal
拂
HtmlHexadecimal
拂
Url
%E6%8B%82

Code

MD5
5096b84939a6f6f266d5ef29d5d0bad0
Sha1
96c21de6fc65529bfe64a4f4009e64ed298a1752
Base64
5ouC

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u62C2';
console.log(char);  // Output: 拂

Java:

char c = '\u62C2';
System.out.println(c);  // Output: 拂

JSON:

{"text": "\u62C2"}  // Value: 拂

Python:

char = '\u62C2'
print(char)  # Output: 拂

Perl:

my $char = "\x{62C2}";
print $char;  # Output: 拂

PHP:

$char = "\x{62C2}";
echo $char;  // Output: 拂

Ruby:

char = "\u{62C2}"
puts char  # Output: 拂

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25282;</p>  <!-- Display: 拂 -->

HTML Hexadecimal:

<p>HTML hex: &#x62C2;</p>  <!-- Display: 拂 -->

URL Encoding:

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

Encodings

MD5:

5096b84939a6f6f266d5ef29d5d0bad0

SHA1:

96c21de6fc65529bfe64a4f4009e64ed298a1752

Base64:

5ouC