C:
char c = '\u821B';
printf("%c\n", c); // Output: 舛
JavaScript:
const char = '\u821B';
console.log(char); // Output: 舛
Java:
char c = '\u821B';
System.out.println(c); // Output: 舛
JSON:
{"text": "\u821B"} // Value: 舛
Python:
char = '\u821B'
print(char) # Output: 舛
Perl:
my $char = "\x{821B}";
print $char; # Output: 舛
PHP:
$char = "\x{821B}";
echo $char; // Output: 舛
Ruby:
char = "\u{821B}"
puts char # Output: 舛
Rust:
let c = '\u{821B}';
println!("{}", c); // Output: 舛
Go:
char := '\u821B'
fmt.Printf("%c\n", char) // Output: 舛
CSS:
/* CSS content property */
.element::before {
content: "\00821B"; /* 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%9B
MD5:
5edd6f937668a1acb2070ef3847b2687
SHA1:
1743d4d2e2c7de68370bbde83682582987554984
Base64:
6Iib