C:
char c = '\u717B';
printf("%c\n", c); // Output: 煻
JavaScript:
const char = '\u717B';
console.log(char); // Output: 煻
Java:
char c = '\u717B';
System.out.println(c); // Output: 煻
JSON:
{"text": "\u717B"} // Value: 煻
Python:
char = '\u717B'
print(char) # Output: 煻
Perl:
my $char = "\x{717B}";
print $char; # Output: 煻
PHP:
$char = "\x{717B}";
echo $char; // Output: 煻
Ruby:
char = "\u{717B}"
puts char # Output: 煻
Rust:
let c = '\u{717B}';
println!("{}", c); // Output: 煻
Go:
char := '\u717B'
fmt.Printf("%c\n", char) // Output: 煻
CSS:
/* CSS content property */
.element::before {
content: "\00717B"; /* 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%BB
MD5:
edb6ed7853958da965373b37007f06d1
SHA1:
f83b4381a90c0e1e52e8808683bf5dd13fd65cc9
Base64:
54W7