C:
char c = '\u9935';
printf("%c\n", c); // Output: 餵
JavaScript:
const char = '\u9935';
console.log(char); // Output: 餵
Java:
char c = '\u9935';
System.out.println(c); // Output: 餵
JSON:
{"text": "\u9935"} // Value: 餵
Python:
char = '\u9935'
print(char) # Output: 餵
Perl:
my $char = "\x{9935}";
print $char; # Output: 餵
PHP:
$char = "\x{9935}";
echo $char; // Output: 餵
Ruby:
char = "\u{9935}"
puts char # Output: 餵
Rust:
let c = '\u{9935}';
println!("{}", c); // Output: 餵
Go:
char := '\u9935'
fmt.Printf("%c\n", char) // Output: 餵
CSS:
/* CSS content property */
.element::before {
content: "\009935"; /* 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%A4%B5
MD5:
0e705c1158df85dcbe5e13010b5a67c8
SHA1:
13b56788ce36632de71062e2a87c3904046fd65c
Base64:
6aS1