C:
char c = '\u5CB9';
printf("%c\n", c); // Output: 岹
JavaScript:
const char = '\u5CB9';
console.log(char); // Output: 岹
Java:
char c = '\u5CB9';
System.out.println(c); // Output: 岹
JSON:
{"text": "\u5CB9"} // Value: 岹
Python:
char = '\u5CB9'
print(char) # Output: 岹
Perl:
my $char = "\x{5CB9}";
print $char; # Output: 岹
PHP:
$char = "\x{5CB9}";
echo $char; // Output: 岹
Ruby:
char = "\u{5CB9}"
puts char # Output: 岹
Rust:
let c = '\u{5CB9}';
println!("{}", c); // Output: 岹
Go:
char := '\u5CB9'
fmt.Printf("%c\n", char) // Output: 岹
CSS:
/* CSS content property */
.element::before {
content: "\005CB9"; /* Display: 岹 */
}
HTML Decimal:
<p>HTML decimal: 岹</p> <!-- Display: 岹 -->
HTML Hexadecimal:
<p>HTML hex: 岹</p> <!-- Display: 岹 -->
URL Encoding:
// 岹 URL encoding
https://unicodefinder.com/search.php?query=%E5%B2%B9
MD5:
67ab0c198a4324a58bcb1b8241c5ebe5
SHA1:
5d69ac610b6352872da0c70ec43dfb094365f92d
Base64:
5bK5