Unicode Finder

"岥" U+5CA5(CJK UNIFIED IDEOGRAPH-5CA5)

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

Programming

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

Web

CSS
\005CA5
HtmlDecimal
岥
HtmlHexadecimal
岥
Url
%E5%B2%A5

Code

MD5
5dc7100c6c5bbe39324b068a4f68ec2e
Sha1
2007d53956f24e30c1c6fdfa392adb330dae0c52
Base64
5bKl

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5CA5';
console.log(char);  // Output: 岥

Java:

char c = '\u5CA5';
System.out.println(c);  // Output: 岥

JSON:

{"text": "\u5CA5"}  // Value: 岥

Python:

char = '\u5CA5'
print(char)  # Output: 岥

Perl:

my $char = "\x{5CA5}";
print $char;  # Output: 岥

PHP:

$char = "\x{5CA5}";
echo $char;  // Output: 岥

Ruby:

char = "\u{5CA5}"
puts char  # Output: 岥

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23717;</p>  <!-- Display: 岥 -->

HTML Hexadecimal:

<p>HTML hex: &#x5CA5;</p>  <!-- Display: 岥 -->

URL Encoding:

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

Encodings

MD5:

5dc7100c6c5bbe39324b068a4f68ec2e

SHA1:

2007d53956f24e30c1c6fdfa392adb330dae0c52

Base64:

5bKl

© 2025 Unicode Finder

岥 U+5CA5 CJK UNIFIED IDEOGRAPH-5CA5 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me