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