Unicode Finder

"挠" U+6320(CJK UNIFIED IDEOGRAPH-6320)

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

Programming

C
\u6320
JavaScript
\u6320
Java
\u6320
Json
\u6320
Python
\u6320
Perl
\x{6320}
PHP
\x{6320}
Ruby
\u{6320}
Rust
\u{6320}
Go
\u6320

Web

CSS
\006320
HtmlDecimal
挠
HtmlHexadecimal
挠
Url
%E6%8C%A0

Code

MD5
9b3623dd4ee6040a1a855f4385165e52
Sha1
3e2b0fb769cc0cb3be6416129ecc972ce26e0e11
Base64
5oyg

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6320';
console.log(char);  // Output: 挠

Java:

char c = '\u6320';
System.out.println(c);  // Output: 挠

JSON:

{"text": "\u6320"}  // Value: 挠

Python:

char = '\u6320'
print(char)  # Output: 挠

Perl:

my $char = "\x{6320}";
print $char;  # Output: 挠

PHP:

$char = "\x{6320}";
echo $char;  // Output: 挠

Ruby:

char = "\u{6320}"
puts char  # Output: 挠

Rust:

let c = '\u{6320}';
println!("{}", c);  // Output: 挠

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006320";  /* Display: 挠 */
}

HTML Decimal:

<p>HTML decimal: &#25376;</p>  <!-- Display: 挠 -->

HTML Hexadecimal:

<p>HTML hex: &#x6320;</p>  <!-- Display: 挠 -->

URL Encoding:

// 挠 URL encoding
https://unicodefinder.com/search.php?query=%E6%8C%A0

Encodings

MD5:

9b3623dd4ee6040a1a855f4385165e52

SHA1:

3e2b0fb769cc0cb3be6416129ecc972ce26e0e11

Base64:

5oyg