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