C:
char c = '\u8979';
printf("%c\n", c); // Output: 襹
JavaScript:
const char = '\u8979';
console.log(char); // Output: 襹
Java:
char c = '\u8979';
System.out.println(c); // Output: 襹
JSON:
{"text": "\u8979"} // Value: 襹
Python:
char = '\u8979'
print(char) # Output: 襹
Perl:
my $char = "\x{8979}";
print $char; # Output: 襹
PHP:
$char = "\x{8979}";
echo $char; // Output: 襹
Ruby:
char = "\u{8979}"
puts char # Output: 襹
Rust:
let c = '\u{8979}';
println!("{}", c); // Output: 襹
Go:
char := '\u8979'
fmt.Printf("%c\n", char) // Output: 襹
CSS:
/* CSS content property */
.element::before {
content: "\008979"; /* 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%A5%B9
MD5:
891918c2a08ccbe9199822d27d4e43a1
SHA1:
9451e499417e8459da7f618d81de57e51010b430
Base64:
6KW5