C:
char c = '\uAD39';
printf("%c\n", c); // Output: 괹
JavaScript:
const char = '\uAD39';
console.log(char); // Output: 괹
Java:
char c = '\uAD39';
System.out.println(c); // Output: 괹
JSON:
{"text": "\uAD39"} // Value: 괹
Python:
char = '\uAD39'
print(char) # Output: 괹
Perl:
my $char = "\x{AD39}";
print $char; # Output: 괹
PHP:
$char = "\x{AD39}";
echo $char; // Output: 괹
Ruby:
char = "\u{AD39}"
puts char # Output: 괹
Rust:
let c = '\u{AD39}';
println!("{}", c); // Output: 괹
Go:
char := '\uAD39'
fmt.Printf("%c\n", char) // Output: 괹
CSS:
/* CSS content property */
.element::before {
content: "\00AD39"; /* 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%B9
MD5:
098515497d3b254f5a5d0eaf57d60631
SHA1:
4835707a6cf369b9cde5218f617ed38d40180d83
Base64:
6rS5