C:
char c = '\u6229';
printf("%c\n", c); // Output: 戩
JavaScript:
const char = '\u6229';
console.log(char); // Output: 戩
Java:
char c = '\u6229';
System.out.println(c); // Output: 戩
JSON:
{"text": "\u6229"} // Value: 戩
Python:
char = '\u6229'
print(char) # Output: 戩
Perl:
my $char = "\x{6229}";
print $char; # Output: 戩
PHP:
$char = "\x{6229}";
echo $char; // Output: 戩
Ruby:
char = "\u{6229}"
puts char # Output: 戩
Rust:
let c = '\u{6229}';
println!("{}", c); // Output: 戩
Go:
char := '\u6229'
fmt.Printf("%c\n", char) // Output: 戩
CSS:
/* CSS content property */
.element::before {
content: "\006229"; /* 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%A9
MD5:
1e28e107181a17c2fc42cda89355b319
SHA1:
f536f09ac58aa1f2f2d56e179e31adf4c591418b
Base64:
5oip