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