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