C:
char c = '\u6296';
printf("%c\n", c); // Output: 抖
JavaScript:
const char = '\u6296';
console.log(char); // Output: 抖
Java:
char c = '\u6296';
System.out.println(c); // Output: 抖
JSON:
{"text": "\u6296"} // Value: 抖
Python:
char = '\u6296'
print(char) # Output: 抖
Perl:
my $char = "\x{6296}";
print $char; # Output: 抖
PHP:
$char = "\x{6296}";
echo $char; // Output: 抖
Ruby:
char = "\u{6296}"
puts char # Output: 抖
Rust:
let c = '\u{6296}';
println!("{}", c); // Output: 抖
Go:
char := '\u6296'
fmt.Printf("%c\n", char) // Output: 抖
CSS:
/* CSS content property */
.element::before {
content: "\006296"; /* 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=%E6%8A%96
MD5:
10052a0a84eb4cdabb8adf29b1b600c0
SHA1:
6f0b3224aca81e8954d825f685b584f5efa8922b
Base64:
5oqW