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