Unicode Finder

"搶" U+6436(CJK UNIFIED IDEOGRAPH-6436)

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

Programming

C
\u6436
JavaScript
\u6436
Java
\u6436
Json
\u6436
Python
\u6436
Perl
\x{6436}
PHP
\x{6436}
Ruby
\u{6436}
Rust
\u{6436}
Go
\u6436

Web

CSS
\006436
HtmlDecimal
搶
HtmlHexadecimal
搶
Url
%E6%90%B6

Code

MD5
74389464768e61701daeb74370739259
Sha1
bece74a3f8f2512fb88b92deec22977d1d221546
Base64
5pC2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6436';
console.log(char);  // Output: 搶

Java:

char c = '\u6436';
System.out.println(c);  // Output: 搶

JSON:

{"text": "\u6436"}  // Value: 搶

Python:

char = '\u6436'
print(char)  # Output: 搶

Perl:

my $char = "\x{6436}";
print $char;  # Output: 搶

PHP:

$char = "\x{6436}";
echo $char;  // Output: 搶

Ruby:

char = "\u{6436}"
puts char  # Output: 搶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006436";  /* Display: 搶 */
}

HTML Decimal:

<p>HTML decimal: &#25654;</p>  <!-- Display: 搶 -->

HTML Hexadecimal:

<p>HTML hex: &#x6436;</p>  <!-- Display: 搶 -->

URL Encoding:

// 搶 URL encoding
https://unicodefinder.com/search.php?query=%E6%90%B6

Encodings

MD5:

74389464768e61701daeb74370739259

SHA1:

bece74a3f8f2512fb88b92deec22977d1d221546

Base64:

5pC2