C:
char c = '\u7622';
printf("%c\n", c); // Output: 瘢
JavaScript:
const char = '\u7622';
console.log(char); // Output: 瘢
Java:
char c = '\u7622';
System.out.println(c); // Output: 瘢
JSON:
{"text": "\u7622"} // Value: 瘢
Python:
char = '\u7622'
print(char) # Output: 瘢
Perl:
my $char = "\x{7622}";
print $char; # Output: 瘢
PHP:
$char = "\x{7622}";
echo $char; // Output: 瘢
Ruby:
char = "\u{7622}"
puts char # Output: 瘢
Rust:
let c = '\u{7622}';
println!("{}", c); // Output: 瘢
Go:
char := '\u7622'
fmt.Printf("%c\n", char) // Output: 瘢
CSS:
/* CSS content property */
.element::before {
content: "\007622"; /* 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=%E7%98%A2
MD5:
7acfa2c08c38b999fea30190e3b6a036
SHA1:
0549c19adf31eac1b71077f2b51561a62c269141
Base64:
55ii