Unicode Finder

"岵" U+5CB5(CJK UNIFIED IDEOGRAPH-5CB5)

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

Programming

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

Web

CSS
\005CB5
HtmlDecimal
岵
HtmlHexadecimal
岵
Url
%E5%B2%B5

Code

MD5
229c2cb759d2b8bfcb974a56a4d99e0b
Sha1
4daaab15ecd20bc64b8c496938525937ab03f414
Base64
5bK1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5CB5';
console.log(char);  // Output: 岵

Java:

char c = '\u5CB5';
System.out.println(c);  // Output: 岵

JSON:

{"text": "\u5CB5"}  // Value: 岵

Python:

char = '\u5CB5'
print(char)  # Output: 岵

Perl:

my $char = "\x{5CB5}";
print $char;  # Output: 岵

PHP:

$char = "\x{5CB5}";
echo $char;  // Output: 岵

Ruby:

char = "\u{5CB5}"
puts char  # Output: 岵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23733;</p>  <!-- Display: 岵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5CB5;</p>  <!-- Display: 岵 -->

URL Encoding:

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

Encodings

MD5:

229c2cb759d2b8bfcb974a56a4d99e0b

SHA1:

4daaab15ecd20bc64b8c496938525937ab03f414

Base64:

5bK1