C:
char c = '\u8677';
printf("%c\n", c); // Output: 虷
JavaScript:
const char = '\u8677';
console.log(char); // Output: 虷
Java:
char c = '\u8677';
System.out.println(c); // Output: 虷
JSON:
{"text": "\u8677"} // Value: 虷
Python:
char = '\u8677'
print(char) # Output: 虷
Perl:
my $char = "\x{8677}";
print $char; # Output: 虷
PHP:
$char = "\x{8677}";
echo $char; // Output: 虷
Ruby:
char = "\u{8677}"
puts char # Output: 虷
Rust:
let c = '\u{8677}';
println!("{}", c); // Output: 虷
Go:
char := '\u8677'
fmt.Printf("%c\n", char) // Output: 虷
CSS:
/* CSS content property */
.element::before {
content: "\008677"; /* 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=%E8%99%B7
MD5:
45c406744d4d3f0373c1dc90b191a46a
SHA1:
bb74fd31ef4d2e17db06f086828b19f733df51b4
Base64:
6Jm3