C:
char c = '\u8B65';
printf("%c\n", c); // Output: 譥
JavaScript:
const char = '\u8B65';
console.log(char); // Output: 譥
Java:
char c = '\u8B65';
System.out.println(c); // Output: 譥
JSON:
{"text": "\u8B65"} // Value: 譥
Python:
char = '\u8B65'
print(char) # Output: 譥
Perl:
my $char = "\x{8B65}";
print $char; # Output: 譥
PHP:
$char = "\x{8B65}";
echo $char; // Output: 譥
Ruby:
char = "\u{8B65}"
puts char # Output: 譥
Rust:
let c = '\u{8B65}';
println!("{}", c); // Output: 譥
Go:
char := '\u8B65'
fmt.Printf("%c\n", char) // Output: 譥
CSS:
/* CSS content property */
.element::before {
content: "\008B65"; /* 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%A5
MD5:
a2c8ee8fdddc3cda1999372a7114abb8
SHA1:
3dc9601a96f119936636024c427a96a698c9b5c7
Base64:
6K2l