C:
char c = '\u8F76';
printf("%c\n", c); // Output: 轶
JavaScript:
const char = '\u8F76';
console.log(char); // Output: 轶
Java:
char c = '\u8F76';
System.out.println(c); // Output: 轶
JSON:
{"text": "\u8F76"} // Value: 轶
Python:
char = '\u8F76'
print(char) # Output: 轶
Perl:
my $char = "\x{8F76}";
print $char; # Output: 轶
PHP:
$char = "\x{8F76}";
echo $char; // Output: 轶
Ruby:
char = "\u{8F76}"
puts char # Output: 轶
Rust:
let c = '\u{8F76}';
println!("{}", c); // Output: 轶
Go:
char := '\u8F76'
fmt.Printf("%c\n", char) // Output: 轶
CSS:
/* CSS content property */
.element::before {
content: "\008F76"; /* 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%BD%B6
MD5:
330fc10d535cef042fee766bcf7d71cc
SHA1:
f7bdd441ed9030a4efb20cdcb1228d62407efc05
Base64:
6L22