C:
char c = '\u6206';
printf("%c\n", c); // Output: 戆
JavaScript:
const char = '\u6206';
console.log(char); // Output: 戆
Java:
char c = '\u6206';
System.out.println(c); // Output: 戆
JSON:
{"text": "\u6206"} // Value: 戆
Python:
char = '\u6206'
print(char) # Output: 戆
Perl:
my $char = "\x{6206}";
print $char; # Output: 戆
PHP:
$char = "\x{6206}";
echo $char; // Output: 戆
Ruby:
char = "\u{6206}"
puts char # Output: 戆
Rust:
let c = '\u{6206}';
println!("{}", c); // Output: 戆
Go:
char := '\u6206'
fmt.Printf("%c\n", char) // Output: 戆
CSS:
/* CSS content property */
.element::before {
content: "\006206"; /* 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%88%86
MD5:
a98bab9d0ceec221b680386f27ce1193
SHA1:
0332f7eba93da61a831a0216bbe7b8cfebd7f5c9
Base64:
5oiG