Unicode Finder

"桶" U+6876(CJK UNIFIED IDEOGRAPH-6876)

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

Programming

C
\u6876
JavaScript
\u6876
Java
\u6876
Json
\u6876
Python
\u6876
Perl
\x{6876}
PHP
\x{6876}
Ruby
\u{6876}
Rust
\u{6876}
Go
\u6876

Web

CSS
\006876
HtmlDecimal
桶
HtmlHexadecimal
桶
Url
%E6%A1%B6

Code

MD5
49e5211320e5c5dd8b7063f4b9d785a0
Sha1
46bcef0347e59103809219d59ba2d3944858c1ca
Base64
5qG2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6876';
console.log(char);  // Output: 桶

Java:

char c = '\u6876';
System.out.println(c);  // Output: 桶

JSON:

{"text": "\u6876"}  // Value: 桶

Python:

char = '\u6876'
print(char)  # Output: 桶

Perl:

my $char = "\x{6876}";
print $char;  # Output: 桶

PHP:

$char = "\x{6876}";
echo $char;  // Output: 桶

Ruby:

char = "\u{6876}"
puts char  # Output: 桶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006876";  /* Display: 桶 */
}

HTML Decimal:

<p>HTML decimal: &#26742;</p>  <!-- Display: 桶 -->

HTML Hexadecimal:

<p>HTML hex: &#x6876;</p>  <!-- Display: 桶 -->

URL Encoding:

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

Encodings

MD5:

49e5211320e5c5dd8b7063f4b9d785a0

SHA1:

46bcef0347e59103809219d59ba2d3944858c1ca

Base64:

5qG2