Unicode Finder

"塶" U+5876(CJK UNIFIED IDEOGRAPH-5876)

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

Programming

C
\u5876
JavaScript
\u5876
Java
\u5876
Json
\u5876
Python
\u5876
Perl
\x{5876}
PHP
\x{5876}
Ruby
\u{5876}
Rust
\u{5876}
Go
\u5876

Web

CSS
\005876
HtmlDecimal
塶
HtmlHexadecimal
塶
Url
%E5%A1%B6

Code

MD5
d91bee65734aeca31ceb8cb709c0d762
Sha1
4cf5cd73d632f4ae6975b44267caca6b5150bdf4
Base64
5aG2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5876';
console.log(char);  // Output: 塶

Java:

char c = '\u5876';
System.out.println(c);  // Output: 塶

JSON:

{"text": "\u5876"}  // Value: 塶

Python:

char = '\u5876'
print(char)  # Output: 塶

Perl:

my $char = "\x{5876}";
print $char;  # Output: 塶

PHP:

$char = "\x{5876}";
echo $char;  // Output: 塶

Ruby:

char = "\u{5876}"
puts char  # Output: 塶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005876";  /* Display: 塶 */
}

HTML Decimal:

<p>HTML decimal: &#22646;</p>  <!-- Display: 塶 -->

HTML Hexadecimal:

<p>HTML hex: &#x5876;</p>  <!-- Display: 塶 -->

URL Encoding:

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

Encodings

MD5:

d91bee65734aeca31ceb8cb709c0d762

SHA1:

4cf5cd73d632f4ae6975b44267caca6b5150bdf4

Base64:

5aG2

© 2025 Unicode Finder

塶 U+5876 CJK UNIFIED IDEOGRAPH-5876 Unicode 文字 - Unicode Finder

Contact: d2@fanqiang.me