C:
char c = '\u756C';
printf("%c\n", c); // Output: 畬
JavaScript:
const char = '\u756C';
console.log(char); // Output: 畬
Java:
char c = '\u756C';
System.out.println(c); // Output: 畬
JSON:
{"text": "\u756C"} // Value: 畬
Python:
char = '\u756C'
print(char) # Output: 畬
Perl:
my $char = "\x{756C}";
print $char; # Output: 畬
PHP:
$char = "\x{756C}";
echo $char; // Output: 畬
Ruby:
char = "\u{756C}"
puts char # Output: 畬
Rust:
let c = '\u{756C}';
println!("{}", c); // Output: 畬
Go:
char := '\u756C'
fmt.Printf("%c\n", char) // Output: 畬
CSS:
/* CSS content property */
.element::before {
content: "\00756C"; /* 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%95%AC
MD5:
11c980afff9c307094ff4bdf20117301
SHA1:
2f144a0467ebf3b83f9c78afa006b7afee5c0253
Base64:
55Ws