C:
char c = '\uC985';
printf("%c\n", c); // Output: 즅
JavaScript:
const char = '\uC985';
console.log(char); // Output: 즅
Java:
char c = '\uC985';
System.out.println(c); // Output: 즅
JSON:
{"text": "\uC985"} // Value: 즅
Python:
char = '\uC985'
print(char) # Output: 즅
Perl:
my $char = "\x{C985}";
print $char; # Output: 즅
PHP:
$char = "\x{C985}";
echo $char; // Output: 즅
Ruby:
char = "\u{C985}"
puts char # Output: 즅
Rust:
let c = '\u{C985}';
println!("{}", c); // Output: 즅
Go:
char := '\uC985'
fmt.Printf("%c\n", char) // Output: 즅
CSS:
/* CSS content property */
.element::before {
content: "\00C985"; /* 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%A6%85
MD5:
239469e09b30c0a46c5b1575dfd43fe0
SHA1:
bf8c6b508cd3500b619ede2f6803cbe230c0b930
Base64:
7KaF