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