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