C:
char c = '\u8FB7';
printf("%c\n", c); // Output: 辷
JavaScript:
const char = '\u8FB7';
console.log(char); // Output: 辷
Java:
char c = '\u8FB7';
System.out.println(c); // Output: 辷
JSON:
{"text": "\u8FB7"} // Value: 辷
Python:
char = '\u8FB7'
print(char) # Output: 辷
Perl:
my $char = "\x{8FB7}";
print $char; # Output: 辷
PHP:
$char = "\x{8FB7}";
echo $char; // Output: 辷
Ruby:
char = "\u{8FB7}"
puts char # Output: 辷
Rust:
let c = '\u{8FB7}';
println!("{}", c); // Output: 辷
Go:
char := '\u8FB7'
fmt.Printf("%c\n", char) // Output: 辷
CSS:
/* CSS content property */
.element::before {
content: "\008FB7"; /* 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%BE%B7
MD5:
9500a686009e52e0cd732c58186bc903
SHA1:
3822de1463d20eda1dd8714605820dc64331b85f
Base64:
6L63