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