Unicode Finder

"峺" U+5CFA(CJK UNIFIED IDEOGRAPH-5CFA)

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

Programming

C
\u5CFA
JavaScript
\u5CFA
Java
\u5CFA
Json
\u5CFA
Python
\u5CFA
Perl
\x{5CFA}
PHP
\x{5CFA}
Ruby
\u{5CFA}
Rust
\u{5CFA}
Go
\u5CFA

Web

CSS
\005CFA
HtmlDecimal
峺
HtmlHexadecimal
峺
Url
%E5%B3%BA

Code

MD5
1a089fac5997c8a0c842edca1352bb9b
Sha1
76a904ad37ef8c1c088c821fc1f50f85ce74de9c
Base64
5bO6

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5CFA';
console.log(char);  // Output: 峺

Java:

char c = '\u5CFA';
System.out.println(c);  // Output: 峺

JSON:

{"text": "\u5CFA"}  // Value: 峺

Python:

char = '\u5CFA'
print(char)  # Output: 峺

Perl:

my $char = "\x{5CFA}";
print $char;  # Output: 峺

PHP:

$char = "\x{5CFA}";
echo $char;  // Output: 峺

Ruby:

char = "\u{5CFA}"
puts char  # Output: 峺

Rust:

let c = '\u{5CFA}';
println!("{}", c);  // Output: 峺

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005CFA";  /* Display: 峺 */
}

HTML Decimal:

<p>HTML decimal: &#23802;</p>  <!-- Display: 峺 -->

HTML Hexadecimal:

<p>HTML hex: &#x5CFA;</p>  <!-- Display: 峺 -->

URL Encoding:

// 峺 URL encoding
https://unicodefinder.com/search.php?query=%E5%B3%BA

Encodings

MD5:

1a089fac5997c8a0c842edca1352bb9b

SHA1:

76a904ad37ef8c1c088c821fc1f50f85ce74de9c

Base64:

5bO6