C:
char c = '\uB538';
printf("%c\n", c); // Output: 딸
JavaScript:
const char = '\uB538';
console.log(char); // Output: 딸
Java:
char c = '\uB538';
System.out.println(c); // Output: 딸
JSON:
{"text": "\uB538"} // Value: 딸
Python:
char = '\uB538'
print(char) # Output: 딸
Perl:
my $char = "\x{B538}";
print $char; # Output: 딸
PHP:
$char = "\x{B538}";
echo $char; // Output: 딸
Ruby:
char = "\u{B538}"
puts char # Output: 딸
Rust:
let c = '\u{B538}';
println!("{}", c); // Output: 딸
Go:
char := '\uB538'
fmt.Printf("%c\n", char) // Output: 딸
CSS:
/* CSS content property */
.element::before {
content: "\00B538"; /* 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=%EB%94%B8
MD5:
94455dff0f41bdb1dbbd300337fb54b6
SHA1:
9bed732d368a1481567353b21914f069b0742aa5
Base64:
65S4