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