C:
char c = '\u6B5E';
printf("%c\n", c); // Output: 歞
JavaScript:
const char = '\u6B5E';
console.log(char); // Output: 歞
Java:
char c = '\u6B5E';
System.out.println(c); // Output: 歞
JSON:
{"text": "\u6B5E"} // Value: 歞
Python:
char = '\u6B5E'
print(char) # Output: 歞
Perl:
my $char = "\x{6B5E}";
print $char; # Output: 歞
PHP:
$char = "\x{6B5E}";
echo $char; // Output: 歞
Ruby:
char = "\u{6B5E}"
puts char # Output: 歞
Rust:
let c = '\u{6B5E}';
println!("{}", c); // Output: 歞
Go:
char := '\u6B5E'
fmt.Printf("%c\n", char) // Output: 歞
CSS:
/* CSS content property */
.element::before {
content: "\006B5E"; /* 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=%E6%AD%9E
MD5:
26793fa1940856ef342b265eb52c148c
SHA1:
704313709361080012106a7d10e299d24cf4a7ab
Base64:
5q2e