Unicode Finder

"鈴" U+9234(CJK UNIFIED IDEOGRAPH-9234)

U+9234
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-9234

Programming

C
\u9234
JavaScript
\u9234
Java
\u9234
Json
\u9234
Python
\u9234
Perl
\x{9234}
PHP
\x{9234}
Ruby
\u{9234}
Rust
\u{9234}
Go
\u9234

Web

CSS
\009234
HtmlDecimal
鈴
HtmlHexadecimal
鈴
Url
%E9%88%B4

Code

MD5
b34c90fcd0cd07a02bb6249ba591c773
Sha1
50b54a5b0a3e1c020519e0e7e546d1871a781f2e
Base64
6Yi0

使用示例

Programming Languages

C:

char c = '\u9234';
printf("%c\n", c);  // Output: 鈴

JavaScript:

const char = '\u9234';
console.log(char);  // Output: 鈴

Java:

char c = '\u9234';
System.out.println(c);  // Output: 鈴

JSON:

{"text": "\u9234"}  // Value: 鈴

Python:

char = '\u9234'
print(char)  # Output: 鈴

Perl:

my $char = "\x{9234}";
print $char;  # Output: 鈴

PHP:

$char = "\x{9234}";
echo $char;  // Output: 鈴

Ruby:

char = "\u{9234}"
puts char  # Output: 鈴

Rust:

let c = '\u{9234}';
println!("{}", c);  // Output: 鈴

Go:

char := '\u9234'
fmt.Printf("%c\n", char)  // Output: 鈴

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009234";  /* Display: 鈴 */
}

HTML Decimal:

<p>HTML decimal: &#37428;</p>  <!-- Display: 鈴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9234;</p>  <!-- Display: 鈴 -->

URL Encoding:

// 鈴 URL encoding
https://unicodefinder.com/search.php?query=%E9%88%B4

Encodings

MD5:

b34c90fcd0cd07a02bb6249ba591c773

SHA1:

50b54a5b0a3e1c020519e0e7e546d1871a781f2e

Base64:

6Yi0