C:
char c = '\u995F';
printf("%c\n", c); // Output: 饟
JavaScript:
const char = '\u995F';
console.log(char); // Output: 饟
Java:
char c = '\u995F';
System.out.println(c); // Output: 饟
JSON:
{"text": "\u995F"} // Value: 饟
Python:
char = '\u995F'
print(char) # Output: 饟
Perl:
my $char = "\x{995F}";
print $char; # Output: 饟
PHP:
$char = "\x{995F}";
echo $char; // Output: 饟
Ruby:
char = "\u{995F}"
puts char # Output: 饟
Rust:
let c = '\u{995F}';
println!("{}", c); // Output: 饟
Go:
char := '\u995F'
fmt.Printf("%c\n", char) // Output: 饟
CSS:
/* CSS content property */
.element::before {
content: "\00995F"; /* 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%A5%9F
MD5:
f29d8eb69564d88376a9d320369de1bf
SHA1:
0238c969ce3ddf6c0c6a8de7bd8e797fe0581a95
Base64:
6aWf