Unicode Finder

"抅" U+6285(CJK UNIFIED IDEOGRAPH-6285)

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

Programming

C
\u6285
JavaScript
\u6285
Java
\u6285
Json
\u6285
Python
\u6285
Perl
\x{6285}
PHP
\x{6285}
Ruby
\u{6285}
Rust
\u{6285}
Go
\u6285

Web

CSS
\006285
HtmlDecimal
抅
HtmlHexadecimal
抅
Url
%E6%8A%85

Code

MD5
0a8bd77441c0317bbcd6a517ac102f03
Sha1
60001ed819ff6a8abeccbed127d51dd4dad56913
Base64
5oqF

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6285';
console.log(char);  // Output: 抅

Java:

char c = '\u6285';
System.out.println(c);  // Output: 抅

JSON:

{"text": "\u6285"}  // Value: 抅

Python:

char = '\u6285'
print(char)  # Output: 抅

Perl:

my $char = "\x{6285}";
print $char;  # Output: 抅

PHP:

$char = "\x{6285}";
echo $char;  // Output: 抅

Ruby:

char = "\u{6285}"
puts char  # Output: 抅

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006285";  /* Display: 抅 */
}

HTML Decimal:

<p>HTML decimal: &#25221;</p>  <!-- Display: 抅 -->

HTML Hexadecimal:

<p>HTML hex: &#x6285;</p>  <!-- Display: 抅 -->

URL Encoding:

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

Encodings

MD5:

0a8bd77441c0317bbcd6a517ac102f03

SHA1:

60001ed819ff6a8abeccbed127d51dd4dad56913

Base64:

5oqF