C:
char c = '\u6225';
printf("%c\n", c); // Output: 戥
JavaScript:
const char = '\u6225';
console.log(char); // Output: 戥
Java:
char c = '\u6225';
System.out.println(c); // Output: 戥
JSON:
{"text": "\u6225"} // Value: 戥
Python:
char = '\u6225'
print(char) # Output: 戥
Perl:
my $char = "\x{6225}";
print $char; # Output: 戥
PHP:
$char = "\x{6225}";
echo $char; // Output: 戥
Ruby:
char = "\u{6225}"
puts char # Output: 戥
Rust:
let c = '\u{6225}';
println!("{}", c); // Output: 戥
Go:
char := '\u6225'
fmt.Printf("%c\n", char) // Output: 戥
CSS:
/* CSS content property */
.element::before {
content: "\006225"; /* 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%A5
MD5:
88206848ce454beabb76ae4a910c9c30
SHA1:
955565a954251b3dc905a13c960b27ed3eb3ae00
Base64:
5oil