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