C:
char c = '\uCEBA';
printf("%c\n", c); // Output: 캺
JavaScript:
const char = '\uCEBA';
console.log(char); // Output: 캺
Java:
char c = '\uCEBA';
System.out.println(c); // Output: 캺
JSON:
{"text": "\uCEBA"} // Value: 캺
Python:
char = '\uCEBA'
print(char) # Output: 캺
Perl:
my $char = "\x{CEBA}";
print $char; # Output: 캺
PHP:
$char = "\x{CEBA}";
echo $char; // Output: 캺
Ruby:
char = "\u{CEBA}"
puts char # Output: 캺
Rust:
let c = '\u{CEBA}';
println!("{}", c); // Output: 캺
Go:
char := '\uCEBA'
fmt.Printf("%c\n", char) // Output: 캺
CSS:
/* CSS content property */
.element::before {
content: "\00CEBA"; /* 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%BA%BA
MD5:
e0cd8766c811408558756d7b6f5b6944
SHA1:
4476a63aff4089090a543e2d439795cb9af00bee
Base64:
7Lq6