C:
char c = '\uADDA';
printf("%c\n", c); // Output: 귚
JavaScript:
const char = '\uADDA';
console.log(char); // Output: 귚
Java:
char c = '\uADDA';
System.out.println(c); // Output: 귚
JSON:
{"text": "\uADDA"} // Value: 귚
Python:
char = '\uADDA'
print(char) # Output: 귚
Perl:
my $char = "\x{ADDA}";
print $char; # Output: 귚
PHP:
$char = "\x{ADDA}";
echo $char; // Output: 귚
Ruby:
char = "\u{ADDA}"
puts char # Output: 귚
Rust:
let c = '\u{ADDA}';
println!("{}", c); // Output: 귚
Go:
char := '\uADDA'
fmt.Printf("%c\n", char) // Output: 귚
CSS:
/* CSS content property */
.element::before {
content: "\00ADDA"; /* 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=%EA%B7%9A
MD5:
358e6e636950298d1f3e63978442a5f5
SHA1:
0150f6b5b8cb1d509804adef0408ee7bd3db78ff
Base64:
6rea