Unicode Finder

"圸" U+5738(CJK UNIFIED IDEOGRAPH-5738)

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

Programming

C
\u5738
JavaScript
\u5738
Java
\u5738
Json
\u5738
Python
\u5738
Perl
\x{5738}
PHP
\x{5738}
Ruby
\u{5738}
Rust
\u{5738}
Go
\u5738

Web

CSS
\005738
HtmlDecimal
圸
HtmlHexadecimal
圸
Url
%E5%9C%B8

Code

MD5
a174359388d85d95beb1cc49466332a5
Sha1
ab599097d2e2cb87529103d7b1bb86cd427a1e35
Base64
5Zy4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5738';
console.log(char);  // Output: 圸

Java:

char c = '\u5738';
System.out.println(c);  // Output: 圸

JSON:

{"text": "\u5738"}  // Value: 圸

Python:

char = '\u5738'
print(char)  # Output: 圸

Perl:

my $char = "\x{5738}";
print $char;  # Output: 圸

PHP:

$char = "\x{5738}";
echo $char;  // Output: 圸

Ruby:

char = "\u{5738}"
puts char  # Output: 圸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005738";  /* Display: 圸 */
}

HTML Decimal:

<p>HTML decimal: &#22328;</p>  <!-- Display: 圸 -->

HTML Hexadecimal:

<p>HTML hex: &#x5738;</p>  <!-- Display: 圸 -->

URL Encoding:

// 圸 URL encoding
https://unicodefinder.com/search.php?query=%E5%9C%B8

Encodings

MD5:

a174359388d85d95beb1cc49466332a5

SHA1:

ab599097d2e2cb87529103d7b1bb86cd427a1e35

Base64:

5Zy4