C:
char c = '\u6185';
printf("%c\n", c); // Output: 憅
JavaScript:
const char = '\u6185';
console.log(char); // Output: 憅
Java:
char c = '\u6185';
System.out.println(c); // Output: 憅
JSON:
{"text": "\u6185"} // Value: 憅
Python:
char = '\u6185'
print(char) # Output: 憅
Perl:
my $char = "\x{6185}";
print $char; # Output: 憅
PHP:
$char = "\x{6185}";
echo $char; // Output: 憅
Ruby:
char = "\u{6185}"
puts char # Output: 憅
Rust:
let c = '\u{6185}';
println!("{}", c); // Output: 憅
Go:
char := '\u6185'
fmt.Printf("%c\n", char) // Output: 憅
CSS:
/* CSS content property */
.element::before {
content: "\006185"; /* 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=%E6%86%85
MD5:
68c719340a9216a56fa247c6d6fff0e6
SHA1:
552d63f646908f8de852063d6a3c8469ea25ffb7
Base64:
5oaF