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