C:
char c = '\u7536';
printf("%c\n", c); // Output: 甶
JavaScript:
const char = '\u7536';
console.log(char); // Output: 甶
Java:
char c = '\u7536';
System.out.println(c); // Output: 甶
JSON:
{"text": "\u7536"} // Value: 甶
Python:
char = '\u7536'
print(char) # Output: 甶
Perl:
my $char = "\x{7536}";
print $char; # Output: 甶
PHP:
$char = "\x{7536}";
echo $char; // Output: 甶
Ruby:
char = "\u{7536}"
puts char # Output: 甶
Rust:
let c = '\u{7536}';
println!("{}", c); // Output: 甶
Go:
char := '\u7536'
fmt.Printf("%c\n", char) // Output: 甶
CSS:
/* CSS content property */
.element::before {
content: "\007536"; /* 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%94%B6
MD5:
e96688ac7e814e8826d5a64e41b64475
SHA1:
acfc868717adbf75f8968d3b084f685f82c0b81e
Base64:
55S2