C:
char c = '\u8238';
printf("%c\n", c); // Output: 舸
JavaScript:
const char = '\u8238';
console.log(char); // Output: 舸
Java:
char c = '\u8238';
System.out.println(c); // Output: 舸
JSON:
{"text": "\u8238"} // Value: 舸
Python:
char = '\u8238'
print(char) # Output: 舸
Perl:
my $char = "\x{8238}";
print $char; # Output: 舸
PHP:
$char = "\x{8238}";
echo $char; // Output: 舸
Ruby:
char = "\u{8238}"
puts char # Output: 舸
Rust:
let c = '\u{8238}';
println!("{}", c); // Output: 舸
Go:
char := '\u8238'
fmt.Printf("%c\n", char) // Output: 舸
CSS:
/* CSS content property */
.element::before {
content: "\008238"; /* 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%B8
MD5:
92c5588a1d78ab0d77d729465a2ba7ad
SHA1:
80788eda5bcb8786e17b50dea8685c2584b8ee4a
Base64:
6Ii4