C:
char c = '\u7336';
printf("%c\n", c); // Output: 猶
JavaScript:
const char = '\u7336';
console.log(char); // Output: 猶
Java:
char c = '\u7336';
System.out.println(c); // Output: 猶
JSON:
{"text": "\u7336"} // Value: 猶
Python:
char = '\u7336'
print(char) # Output: 猶
Perl:
my $char = "\x{7336}";
print $char; # Output: 猶
PHP:
$char = "\x{7336}";
echo $char; // Output: 猶
Ruby:
char = "\u{7336}"
puts char # Output: 猶
Rust:
let c = '\u{7336}';
println!("{}", c); // Output: 猶
Go:
char := '\u7336'
fmt.Printf("%c\n", char) // Output: 猶
CSS:
/* CSS content property */
.element::before {
content: "\007336"; /* 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%8C%B6
MD5:
164418ea27ab0c8e1ee27e493f8f7cd9
SHA1:
d2ce7d18d45077b1e0df3d6681dae52971cb4652
Base64:
54y2