C:
char c = '\u98EC';
printf("%c\n", c); // Output: 飬
JavaScript:
const char = '\u98EC';
console.log(char); // Output: 飬
Java:
char c = '\u98EC';
System.out.println(c); // Output: 飬
JSON:
{"text": "\u98EC"} // Value: 飬
Python:
char = '\u98EC'
print(char) # Output: 飬
Perl:
my $char = "\x{98EC}";
print $char; # Output: 飬
PHP:
$char = "\x{98EC}";
echo $char; // Output: 飬
Ruby:
char = "\u{98EC}"
puts char # Output: 飬
Rust:
let c = '\u{98EC}';
println!("{}", c); // Output: 飬
Go:
char := '\u98EC'
fmt.Printf("%c\n", char) // Output: 飬
CSS:
/* CSS content property */
.element::before {
content: "\0098EC"; /* 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=%E9%A3%AC
MD5:
a02dbbdb93c71d70a0c98e9373d229f1
SHA1:
e89657a1da401b096700b1d79afbd2a9a653b87f
Base64:
6aOs