C:
char c = '\u8674';
printf("%c\n", c); // Output: 虴
JavaScript:
const char = '\u8674';
console.log(char); // Output: 虴
Java:
char c = '\u8674';
System.out.println(c); // Output: 虴
JSON:
{"text": "\u8674"} // Value: 虴
Python:
char = '\u8674'
print(char) # Output: 虴
Perl:
my $char = "\x{8674}";
print $char; # Output: 虴
PHP:
$char = "\x{8674}";
echo $char; // Output: 虴
Ruby:
char = "\u{8674}"
puts char # Output: 虴
Rust:
let c = '\u{8674}';
println!("{}", c); // Output: 虴
Go:
char := '\u8674'
fmt.Printf("%c\n", char) // Output: 虴
CSS:
/* CSS content property */
.element::before {
content: "\008674"; /* 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%B4
MD5:
bd83bfdb1d71d14a0acd737fec5dddac
SHA1:
4b9498e7b2a83bb8f6bf8432adfa40f1bb89ed59
Base64:
6Jm0