C:
char c = '\u8D9D';
printf("%c\n", c); // Output: 趝
JavaScript:
const char = '\u8D9D';
console.log(char); // Output: 趝
Java:
char c = '\u8D9D';
System.out.println(c); // Output: 趝
JSON:
{"text": "\u8D9D"} // Value: 趝
Python:
char = '\u8D9D'
print(char) # Output: 趝
Perl:
my $char = "\x{8D9D}";
print $char; # Output: 趝
PHP:
$char = "\x{8D9D}";
echo $char; // Output: 趝
Ruby:
char = "\u{8D9D}"
puts char # Output: 趝
Rust:
let c = '\u{8D9D}';
println!("{}", c); // Output: 趝
Go:
char := '\u8D9D'
fmt.Printf("%c\n", char) // Output: 趝
CSS:
/* CSS content property */
.element::before {
content: "\008D9D"; /* 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%9D
MD5:
258a339886742f2aafe9aa51a7a1a9c3
SHA1:
025e97c705823a3a43da1eb988e28d271f865d41
Base64:
6Lad