C:
char c = '\uACB6';
printf("%c\n", c); // Output: 겶
JavaScript:
const char = '\uACB6';
console.log(char); // Output: 겶
Java:
char c = '\uACB6';
System.out.println(c); // Output: 겶
JSON:
{"text": "\uACB6"} // Value: 겶
Python:
char = '\uACB6'
print(char) # Output: 겶
Perl:
my $char = "\x{ACB6}";
print $char; # Output: 겶
PHP:
$char = "\x{ACB6}";
echo $char; // Output: 겶
Ruby:
char = "\u{ACB6}"
puts char # Output: 겶
Rust:
let c = '\u{ACB6}';
println!("{}", c); // Output: 겶
Go:
char := '\uACB6'
fmt.Printf("%c\n", char) // Output: 겶
CSS:
/* CSS content property */
.element::before {
content: "\00ACB6"; /* 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%B2%B6
MD5:
318cac20a1cdd4bcb7f5c607daed5cec
SHA1:
61f2532819ee53a052295fb3487aa3acce173f6b
Base64:
6rK2