Unicode Finder

"扽" U+627D(CJK UNIFIED IDEOGRAPH-627D)

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

Programming

C
\u627D
JavaScript
\u627D
Java
\u627D
Json
\u627D
Python
\u627D
Perl
\x{627D}
PHP
\x{627D}
Ruby
\u{627D}
Rust
\u{627D}
Go
\u627D

Web

CSS
\00627D
HtmlDecimal
扽
HtmlHexadecimal
扽
Url
%E6%89%BD

Code

MD5
588efffcba8911ae0439d1a851dc6792
Sha1
ab78a121382fbcc592a07197f31f453787b23cf4
Base64
5om9

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u627D';
console.log(char);  // Output: 扽

Java:

char c = '\u627D';
System.out.println(c);  // Output: 扽

JSON:

{"text": "\u627D"}  // Value: 扽

Python:

char = '\u627D'
print(char)  # Output: 扽

Perl:

my $char = "\x{627D}";
print $char;  # Output: 扽

PHP:

$char = "\x{627D}";
echo $char;  // Output: 扽

Ruby:

char = "\u{627D}"
puts char  # Output: 扽

Rust:

let c = '\u{627D}';
println!("{}", c);  // Output: 扽

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00627D";  /* Display: 扽 */
}

HTML Decimal:

<p>HTML decimal: &#25213;</p>  <!-- Display: 扽 -->

HTML Hexadecimal:

<p>HTML hex: &#x627D;</p>  <!-- Display: 扽 -->

URL Encoding:

// 扽 URL encoding
https://unicodefinder.com/search.php?query=%E6%89%BD

Encodings

MD5:

588efffcba8911ae0439d1a851dc6792

SHA1:

ab78a121382fbcc592a07197f31f453787b23cf4

Base64:

5om9