Unicode Finder

"儵" U+5135(CJK UNIFIED IDEOGRAPH-5135)

U+5135
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-5135

Programming

C
\u5135
JavaScript
\u5135
Java
\u5135
Json
\u5135
Python
\u5135
Perl
\x{5135}
PHP
\x{5135}
Ruby
\u{5135}
Rust
\u{5135}
Go
\u5135

Web

CSS
\005135
HtmlDecimal
儵
HtmlHexadecimal
儵
Url
%E5%84%B5

Code

MD5
f62d672848ebde7faa3715b4d7af156b
Sha1
efc58b6d0c687e6c5161c895bde8a83697e2c0db
Base64
5YS1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5135';
console.log(char);  // Output: 儵

Java:

char c = '\u5135';
System.out.println(c);  // Output: 儵

JSON:

{"text": "\u5135"}  // Value: 儵

Python:

char = '\u5135'
print(char)  # Output: 儵

Perl:

my $char = "\x{5135}";
print $char;  # Output: 儵

PHP:

$char = "\x{5135}";
echo $char;  // Output: 儵

Ruby:

char = "\u{5135}"
puts char  # Output: 儵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005135";  /* Display: 儵 */
}

HTML Decimal:

<p>HTML decimal: &#20789;</p>  <!-- Display: 儵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5135;</p>  <!-- Display: 儵 -->

URL Encoding:

// 儵 URL encoding
https://unicodefinder.com/search.php?query=%E5%84%B5

Encodings

MD5:

f62d672848ebde7faa3715b4d7af156b

SHA1:

efc58b6d0c687e6c5161c895bde8a83697e2c0db

Base64:

5YS1