C:
char c = '\u610F';
printf("%c\n", c); // Output: 意
JavaScript:
const char = '\u610F';
console.log(char); // Output: 意
Java:
char c = '\u610F';
System.out.println(c); // Output: 意
JSON:
{"text": "\u610F"} // Value: 意
Python:
char = '\u610F'
print(char) # Output: 意
Perl:
my $char = "\x{610F}";
print $char; # Output: 意
PHP:
$char = "\x{610F}";
echo $char; // Output: 意
Ruby:
char = "\u{610F}"
puts char # Output: 意
Rust:
let c = '\u{610F}';
println!("{}", c); // Output: 意
Go:
char := '\u610F'
fmt.Printf("%c\n", char) // Output: 意
CSS:
/* CSS content property */
.element::before {
content: "\00610F"; /* 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%84%8F
MD5:
ace41f4057a37df0219fc22904e4cff1
SHA1:
9d197986e049688bd912e455c49e8c263c5daddc
Base64:
5oSP