Unicode Finder

"唹" U+5539(CJK UNIFIED IDEOGRAPH-5539)

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

Programming

C
\u5539
JavaScript
\u5539
Java
\u5539
Json
\u5539
Python
\u5539
Perl
\x{5539}
PHP
\x{5539}
Ruby
\u{5539}
Rust
\u{5539}
Go
\u5539

Web

CSS
\005539
HtmlDecimal
唹
HtmlHexadecimal
唹
Url
%E5%94%B9

Code

MD5
f7bf08883d6b39a499a31e358a10edb8
Sha1
3979b8365dee60e424df14957eed7858c12ddbbf
Base64
5ZS5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5539';
console.log(char);  // Output: 唹

Java:

char c = '\u5539';
System.out.println(c);  // Output: 唹

JSON:

{"text": "\u5539"}  // Value: 唹

Python:

char = '\u5539'
print(char)  # Output: 唹

Perl:

my $char = "\x{5539}";
print $char;  # Output: 唹

PHP:

$char = "\x{5539}";
echo $char;  // Output: 唹

Ruby:

char = "\u{5539}"
puts char  # Output: 唹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005539";  /* Display: 唹 */
}

HTML Decimal:

<p>HTML decimal: &#21817;</p>  <!-- Display: 唹 -->

HTML Hexadecimal:

<p>HTML hex: &#x5539;</p>  <!-- Display: 唹 -->

URL Encoding:

// 唹 URL encoding
https://unicodefinder.com/search.php?query=%E5%94%B9

Encodings

MD5:

f7bf08883d6b39a499a31e358a10edb8

SHA1:

3979b8365dee60e424df14957eed7858c12ddbbf

Base64:

5ZS5