C:
char c = '\uC56E';
printf("%c\n", c); // Output: 앮
JavaScript:
const char = '\uC56E';
console.log(char); // Output: 앮
Java:
char c = '\uC56E';
System.out.println(c); // Output: 앮
JSON:
{"text": "\uC56E"} // Value: 앮
Python:
char = '\uC56E'
print(char) # Output: 앮
Perl:
my $char = "\x{C56E}";
print $char; # Output: 앮
PHP:
$char = "\x{C56E}";
echo $char; // Output: 앮
Ruby:
char = "\u{C56E}"
puts char # Output: 앮
Rust:
let c = '\u{C56E}';
println!("{}", c); // Output: 앮
Go:
char := '\uC56E'
fmt.Printf("%c\n", char) // Output: 앮
CSS:
/* CSS content property */
.element::before {
content: "\00C56E"; /* 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=%EC%95%AE
MD5:
775a5c0ad67430d082c9323269dccd65
SHA1:
b8d4775233f61b8b43d58123949ffa2d5b85a2b4
Base64:
7JWu