C:
char c = '\u7AF6';
printf("%c\n", c); // Output: 競
JavaScript:
const char = '\u7AF6';
console.log(char); // Output: 競
Java:
char c = '\u7AF6';
System.out.println(c); // Output: 競
JSON:
{"text": "\u7AF6"} // Value: 競
Python:
char = '\u7AF6'
print(char) # Output: 競
Perl:
my $char = "\x{7AF6}";
print $char; # Output: 競
PHP:
$char = "\x{7AF6}";
echo $char; // Output: 競
Ruby:
char = "\u{7AF6}"
puts char # Output: 競
Rust:
let c = '\u{7AF6}';
println!("{}", c); // Output: 競
Go:
char := '\u7AF6'
fmt.Printf("%c\n", char) // Output: 競
CSS:
/* CSS content property */
.element::before {
content: "\007AF6"; /* 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=%E7%AB%B6
MD5:
173872802a9a18251b04b4bfc047034d
SHA1:
ff0b3c678d5672c318500a9ecba32a5a1bcf4806
Base64:
56u2