Unicode Finder

"岴" U+5CB4(CJK UNIFIED IDEOGRAPH-5CB4)

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

Programming

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

Web

CSS
\005CB4
HtmlDecimal
岴
HtmlHexadecimal
岴
Url
%E5%B2%B4

Code

MD5
e8b20f3b44d42186c5ef22fbcbb2f0d3
Sha1
1a50bc7cc10c5647a3d809dd0a84d870b2e19f94
Base64
5bK0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5CB4';
console.log(char);  // Output: 岴

Java:

char c = '\u5CB4';
System.out.println(c);  // Output: 岴

JSON:

{"text": "\u5CB4"}  // Value: 岴

Python:

char = '\u5CB4'
print(char)  # Output: 岴

Perl:

my $char = "\x{5CB4}";
print $char;  # Output: 岴

PHP:

$char = "\x{5CB4}";
echo $char;  // Output: 岴

Ruby:

char = "\u{5CB4}"
puts char  # Output: 岴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23732;</p>  <!-- Display: 岴 -->

HTML Hexadecimal:

<p>HTML hex: &#x5CB4;</p>  <!-- Display: 岴 -->

URL Encoding:

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

Encodings

MD5:

e8b20f3b44d42186c5ef22fbcbb2f0d3

SHA1:

1a50bc7cc10c5647a3d809dd0a84d870b2e19f94

Base64:

5bK0