C:
char c = '\u8034';
printf("%c\n", c); // Output: 耴
JavaScript:
const char = '\u8034';
console.log(char); // Output: 耴
Java:
char c = '\u8034';
System.out.println(c); // Output: 耴
JSON:
{"text": "\u8034"} // Value: 耴
Python:
char = '\u8034'
print(char) # Output: 耴
Perl:
my $char = "\x{8034}";
print $char; # Output: 耴
PHP:
$char = "\x{8034}";
echo $char; // Output: 耴
Ruby:
char = "\u{8034}"
puts char # Output: 耴
Rust:
let c = '\u{8034}';
println!("{}", c); // Output: 耴
Go:
char := '\u8034'
fmt.Printf("%c\n", char) // Output: 耴
CSS:
/* CSS content property */
.element::before {
content: "\008034"; /* 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%80%B4
MD5:
258c4660eb0657a319740752c2f769ae
SHA1:
e1abdd99a9652717847b28d38ab38a2c0d8bf713
Base64:
6IC0