Unicode Finder

"抂" U+6282(CJK UNIFIED IDEOGRAPH-6282)

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

Programming

C
\u6282
JavaScript
\u6282
Java
\u6282
Json
\u6282
Python
\u6282
Perl
\x{6282}
PHP
\x{6282}
Ruby
\u{6282}
Rust
\u{6282}
Go
\u6282

Web

CSS
\006282
HtmlDecimal
抂
HtmlHexadecimal
抂
Url
%E6%8A%82

Code

MD5
f4f906a058ed298fea6e00ca8a9b1029
Sha1
dfd4a251a20d2249516335fdcb41003382ff7d53
Base64
5oqC

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6282';
console.log(char);  // Output: 抂

Java:

char c = '\u6282';
System.out.println(c);  // Output: 抂

JSON:

{"text": "\u6282"}  // Value: 抂

Python:

char = '\u6282'
print(char)  # Output: 抂

Perl:

my $char = "\x{6282}";
print $char;  # Output: 抂

PHP:

$char = "\x{6282}";
echo $char;  // Output: 抂

Ruby:

char = "\u{6282}"
puts char  # Output: 抂

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006282";  /* Display: 抂 */
}

HTML Decimal:

<p>HTML decimal: &#25218;</p>  <!-- Display: 抂 -->

HTML Hexadecimal:

<p>HTML hex: &#x6282;</p>  <!-- Display: 抂 -->

URL Encoding:

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

Encodings

MD5:

f4f906a058ed298fea6e00ca8a9b1029

SHA1:

dfd4a251a20d2249516335fdcb41003382ff7d53

Base64:

5oqC