C:
char c = '\u9664';
printf("%c\n", c); // Output: 除
JavaScript:
const char = '\u9664';
console.log(char); // Output: 除
Java:
char c = '\u9664';
System.out.println(c); // Output: 除
JSON:
{"text": "\u9664"} // Value: 除
Python:
char = '\u9664'
print(char) # Output: 除
Perl:
my $char = "\x{9664}";
print $char; # Output: 除
PHP:
$char = "\x{9664}";
echo $char; // Output: 除
Ruby:
char = "\u{9664}"
puts char # Output: 除
Rust:
let c = '\u{9664}';
println!("{}", c); // Output: 除
Go:
char := '\u9664'
fmt.Printf("%c\n", char) // Output: 除
CSS:
/* CSS content property */
.element::before {
content: "\009664"; /* 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=%E9%99%A4
MD5:
9fdac49d5e4665e43ac913b86339a2a2
SHA1:
49b8a2368c45cc0224de8acbd2477ce5659950ef
Base64:
6Zmk