C:
char c = '\u612E';
printf("%c\n", c); // Output: 愮
JavaScript:
const char = '\u612E';
console.log(char); // Output: 愮
Java:
char c = '\u612E';
System.out.println(c); // Output: 愮
JSON:
{"text": "\u612E"} // Value: 愮
Python:
char = '\u612E'
print(char) # Output: 愮
Perl:
my $char = "\x{612E}";
print $char; # Output: 愮
PHP:
$char = "\x{612E}";
echo $char; // Output: 愮
Ruby:
char = "\u{612E}"
puts char # Output: 愮
Rust:
let c = '\u{612E}';
println!("{}", c); // Output: 愮
Go:
char := '\u612E'
fmt.Printf("%c\n", char) // Output: 愮
CSS:
/* CSS content property */
.element::before {
content: "\00612E"; /* 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%AE
MD5:
e442b8c1adffa1c4f5611799ff89d7b2
SHA1:
463bae5e49abd9c579da0d7aaff97e2e630ef876
Base64:
5oSu