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