Unicode Finder

"岾" U+5CBE(CJK UNIFIED IDEOGRAPH-5CBE)

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

Programming

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

Web

CSS
\005CBE
HtmlDecimal
岾
HtmlHexadecimal
岾
Url
%E5%B2%BE

Code

MD5
f6a1a018858f7ac7f2ee143f7647fc8a
Sha1
bff1bf3746211c3d518de31359c8995f446aad78
Base64
5bK+

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5CBE';
console.log(char);  // Output: 岾

Java:

char c = '\u5CBE';
System.out.println(c);  // Output: 岾

JSON:

{"text": "\u5CBE"}  // Value: 岾

Python:

char = '\u5CBE'
print(char)  # Output: 岾

Perl:

my $char = "\x{5CBE}";
print $char;  # Output: 岾

PHP:

$char = "\x{5CBE}";
echo $char;  // Output: 岾

Ruby:

char = "\u{5CBE}"
puts char  # Output: 岾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23742;</p>  <!-- Display: 岾 -->

HTML Hexadecimal:

<p>HTML hex: &#x5CBE;</p>  <!-- Display: 岾 -->

URL Encoding:

// 岾 URL encoding
https://unicodefinder.com/search.php?query=%E5%B2%BE

Encodings

MD5:

f6a1a018858f7ac7f2ee143f7647fc8a

SHA1:

bff1bf3746211c3d518de31359c8995f446aad78

Base64:

5bK+