C:
char c = '\u8B60';
printf("%c\n", c); // Output: 譠
JavaScript:
const char = '\u8B60';
console.log(char); // Output: 譠
Java:
char c = '\u8B60';
System.out.println(c); // Output: 譠
JSON:
{"text": "\u8B60"} // Value: 譠
Python:
char = '\u8B60'
print(char) # Output: 譠
Perl:
my $char = "\x{8B60}";
print $char; # Output: 譠
PHP:
$char = "\x{8B60}";
echo $char; // Output: 譠
Ruby:
char = "\u{8B60}"
puts char # Output: 譠
Rust:
let c = '\u{8B60}';
println!("{}", c); // Output: 譠
Go:
char := '\u8B60'
fmt.Printf("%c\n", char) // Output: 譠
CSS:
/* CSS content property */
.element::before {
content: "\008B60"; /* 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=%E8%AD%A0
MD5:
89e9bf4ebc491c722915ff265a59d717
SHA1:
0fe2753454193074667e0eb9db2f4425869f4f7d
Base64:
6K2g