C:
char c = '\u613B';
printf("%c\n", c); // Output: 愻
JavaScript:
const char = '\u613B';
console.log(char); // Output: 愻
Java:
char c = '\u613B';
System.out.println(c); // Output: 愻
JSON:
{"text": "\u613B"} // Value: 愻
Python:
char = '\u613B'
print(char) # Output: 愻
Perl:
my $char = "\x{613B}";
print $char; # Output: 愻
PHP:
$char = "\x{613B}";
echo $char; // Output: 愻
Ruby:
char = "\u{613B}"
puts char # Output: 愻
Rust:
let c = '\u{613B}';
println!("{}", c); // Output: 愻
Go:
char := '\u613B'
fmt.Printf("%c\n", char) // Output: 愻
CSS:
/* CSS content property */
.element::before {
content: "\00613B"; /* 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=%E6%84%BB
MD5:
0f373c75c334f567dda7821bfaab0a2d
SHA1:
f9e711628c3cf4011e834a5f22d519cd9f7fb165
Base64:
5oS7