C:
char c = '\u992A';
printf("%c\n", c); // Output: 餪
JavaScript:
const char = '\u992A';
console.log(char); // Output: 餪
Java:
char c = '\u992A';
System.out.println(c); // Output: 餪
JSON:
{"text": "\u992A"} // Value: 餪
Python:
char = '\u992A'
print(char) # Output: 餪
Perl:
my $char = "\x{992A}";
print $char; # Output: 餪
PHP:
$char = "\x{992A}";
echo $char; // Output: 餪
Ruby:
char = "\u{992A}"
puts char # Output: 餪
Rust:
let c = '\u{992A}';
println!("{}", c); // Output: 餪
Go:
char := '\u992A'
fmt.Printf("%c\n", char) // Output: 餪
CSS:
/* CSS content property */
.element::before {
content: "\00992A"; /* 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%AA
MD5:
06f51b025234fd897267b6ce3516e1e2
SHA1:
4b92353f14d7ad810842b0acf164fc49b5ce5174
Base64:
6aSq