C:
char c = '\uAD38';
printf("%c\n", c); // Output: 괸
JavaScript:
const char = '\uAD38';
console.log(char); // Output: 괸
Java:
char c = '\uAD38';
System.out.println(c); // Output: 괸
JSON:
{"text": "\uAD38"} // Value: 괸
Python:
char = '\uAD38'
print(char) # Output: 괸
Perl:
my $char = "\x{AD38}";
print $char; # Output: 괸
PHP:
$char = "\x{AD38}";
echo $char; // Output: 괸
Ruby:
char = "\u{AD38}"
puts char # Output: 괸
Rust:
let c = '\u{AD38}';
println!("{}", c); // Output: 괸
Go:
char := '\uAD38'
fmt.Printf("%c\n", char) // Output: 괸
CSS:
/* CSS content property */
.element::before {
content: "\00AD38"; /* 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%B4%B8
MD5:
cc6d2f0ea5eac28bb8c93e3ac4e2d942
SHA1:
3552286efe0208a4db416ccd8e74ddd695872a70
Base64:
6rS4