Unicode Finder

"峹" U+5CF9(CJK UNIFIED IDEOGRAPH-5CF9)

U+5CF9
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-5CF9

Programming

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

Web

CSS
\005CF9
HtmlDecimal
峹
HtmlHexadecimal
峹
Url
%E5%B3%B9

Code

MD5
850f04fdd8466cc447c5b9a6a6ddf7d6
Sha1
3e528c9864892dbf17e30ff988fa1752d211c9f4
Base64
5bO5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5CF9';
console.log(char);  // Output: 峹

Java:

char c = '\u5CF9';
System.out.println(c);  // Output: 峹

JSON:

{"text": "\u5CF9"}  // Value: 峹

Python:

char = '\u5CF9'
print(char)  # Output: 峹

Perl:

my $char = "\x{5CF9}";
print $char;  # Output: 峹

PHP:

$char = "\x{5CF9}";
echo $char;  // Output: 峹

Ruby:

char = "\u{5CF9}"
puts char  # Output: 峹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23801;</p>  <!-- Display: 峹 -->

HTML Hexadecimal:

<p>HTML hex: &#x5CF9;</p>  <!-- Display: 峹 -->

URL Encoding:

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

Encodings

MD5:

850f04fdd8466cc447c5b9a6a6ddf7d6

SHA1:

3e528c9864892dbf17e30ff988fa1752d211c9f4

Base64:

5bO5