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