C:
char c = '\u7178';
printf("%c\n", c); // Output: 煸
JavaScript:
const char = '\u7178';
console.log(char); // Output: 煸
Java:
char c = '\u7178';
System.out.println(c); // Output: 煸
JSON:
{"text": "\u7178"} // Value: 煸
Python:
char = '\u7178'
print(char) # Output: 煸
Perl:
my $char = "\x{7178}";
print $char; # Output: 煸
PHP:
$char = "\x{7178}";
echo $char; // Output: 煸
Ruby:
char = "\u{7178}"
puts char # Output: 煸
Rust:
let c = '\u{7178}';
println!("{}", c); // Output: 煸
Go:
char := '\u7178'
fmt.Printf("%c\n", char) // Output: 煸
CSS:
/* CSS content property */
.element::before {
content: "\007178"; /* 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%85%B8
MD5:
3521fbe0471b74d5c7c0ea4596b0cffd
SHA1:
dd82308604cdf022a401c71ee7cb8759e1e6cbed
Base64:
54W4