C:
char c = '\uC723';
printf("%c\n", c); // Output: 윣
JavaScript:
const char = '\uC723';
console.log(char); // Output: 윣
Java:
char c = '\uC723';
System.out.println(c); // Output: 윣
JSON:
{"text": "\uC723"} // Value: 윣
Python:
char = '\uC723'
print(char) # Output: 윣
Perl:
my $char = "\x{C723}";
print $char; # Output: 윣
PHP:
$char = "\x{C723}";
echo $char; // Output: 윣
Ruby:
char = "\u{C723}"
puts char # Output: 윣
Rust:
let c = '\u{C723}';
println!("{}", c); // Output: 윣
Go:
char := '\uC723'
fmt.Printf("%c\n", char) // Output: 윣
CSS:
/* CSS content property */
.element::before {
content: "\00C723"; /* 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%9C%A3
MD5:
6d515d2026ac5960afe6062d7a3e6773
SHA1:
1f375fe263538f43e4074a40ea91bb621ef982a9
Base64:
7Jyj