Unicode Finder

"塵" U+5875(CJK UNIFIED IDEOGRAPH-5875)

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

Programming

C
\u5875
JavaScript
\u5875
Java
\u5875
Json
\u5875
Python
\u5875
Perl
\x{5875}
PHP
\x{5875}
Ruby
\u{5875}
Rust
\u{5875}
Go
\u5875

Web

CSS
\005875
HtmlDecimal
塵
HtmlHexadecimal
塵
Url
%E5%A1%B5

Code

MD5
6b6305c848f8321f0565d0bbe05f1bfb
Sha1
262b6cc0800d34c456dd21983a9a2ea48789c3ee
Base64
5aG1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5875';
console.log(char);  // Output: 塵

Java:

char c = '\u5875';
System.out.println(c);  // Output: 塵

JSON:

{"text": "\u5875"}  // Value: 塵

Python:

char = '\u5875'
print(char)  # Output: 塵

Perl:

my $char = "\x{5875}";
print $char;  # Output: 塵

PHP:

$char = "\x{5875}";
echo $char;  // Output: 塵

Ruby:

char = "\u{5875}"
puts char  # Output: 塵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005875";  /* Display: 塵 */
}

HTML Decimal:

<p>HTML decimal: &#22645;</p>  <!-- Display: 塵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5875;</p>  <!-- Display: 塵 -->

URL Encoding:

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

Encodings

MD5:

6b6305c848f8321f0565d0bbe05f1bfb

SHA1:

262b6cc0800d34c456dd21983a9a2ea48789c3ee

Base64:

5aG1