Unicode Finder

"抇" U+6287(CJK UNIFIED IDEOGRAPH-6287)

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

Programming

C
\u6287
JavaScript
\u6287
Java
\u6287
Json
\u6287
Python
\u6287
Perl
\x{6287}
PHP
\x{6287}
Ruby
\u{6287}
Rust
\u{6287}
Go
\u6287

Web

CSS
\006287
HtmlDecimal
抇
HtmlHexadecimal
抇
Url
%E6%8A%87

Code

MD5
916d3dd500261a0d04c57db824b942a5
Sha1
6e2a81d6b52240bd5fea3695dd2759ea1a1c2dd2
Base64
5oqH

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6287';
console.log(char);  // Output: 抇

Java:

char c = '\u6287';
System.out.println(c);  // Output: 抇

JSON:

{"text": "\u6287"}  // Value: 抇

Python:

char = '\u6287'
print(char)  # Output: 抇

Perl:

my $char = "\x{6287}";
print $char;  # Output: 抇

PHP:

$char = "\x{6287}";
echo $char;  // Output: 抇

Ruby:

char = "\u{6287}"
puts char  # Output: 抇

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006287";  /* Display: 抇 */
}

HTML Decimal:

<p>HTML decimal: &#25223;</p>  <!-- Display: 抇 -->

HTML Hexadecimal:

<p>HTML hex: &#x6287;</p>  <!-- Display: 抇 -->

URL Encoding:

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

Encodings

MD5:

916d3dd500261a0d04c57db824b942a5

SHA1:

6e2a81d6b52240bd5fea3695dd2759ea1a1c2dd2

Base64:

5oqH