C:
char c = '\u8236';
printf("%c\n", c); // Output: 舶
JavaScript:
const char = '\u8236';
console.log(char); // Output: 舶
Java:
char c = '\u8236';
System.out.println(c); // Output: 舶
JSON:
{"text": "\u8236"} // Value: 舶
Python:
char = '\u8236'
print(char) # Output: 舶
Perl:
my $char = "\x{8236}";
print $char; # Output: 舶
PHP:
$char = "\x{8236}";
echo $char; // Output: 舶
Ruby:
char = "\u{8236}"
puts char # Output: 舶
Rust:
let c = '\u{8236}';
println!("{}", c); // Output: 舶
Go:
char := '\u8236'
fmt.Printf("%c\n", char) // Output: 舶
CSS:
/* CSS content property */
.element::before {
content: "\008236"; /* 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%88%B6
MD5:
cf649af8193723320e8f44e0994c19bf
SHA1:
9b7c1df31586269fe6ffc4c18c113f8b168e37d8
Base64:
6Ii2