Unicode Finder

"峻" U+5CFB(CJK UNIFIED IDEOGRAPH-5CFB)

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

Programming

C
\u5CFB
JavaScript
\u5CFB
Java
\u5CFB
Json
\u5CFB
Python
\u5CFB
Perl
\x{5CFB}
PHP
\x{5CFB}
Ruby
\u{5CFB}
Rust
\u{5CFB}
Go
\u5CFB

Web

CSS
\005CFB
HtmlDecimal
峻
HtmlHexadecimal
峻
Url
%E5%B3%BB

Code

MD5
4482bf631396b6fb3133e3cf51ad8050
Sha1
eb0bb64a28e29fb7d7bdb7df0d635d114ca0176c
Base64
5bO7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5CFB';
console.log(char);  // Output: 峻

Java:

char c = '\u5CFB';
System.out.println(c);  // Output: 峻

JSON:

{"text": "\u5CFB"}  // Value: 峻

Python:

char = '\u5CFB'
print(char)  # Output: 峻

Perl:

my $char = "\x{5CFB}";
print $char;  # Output: 峻

PHP:

$char = "\x{5CFB}";
echo $char;  // Output: 峻

Ruby:

char = "\u{5CFB}"
puts char  # Output: 峻

Rust:

let c = '\u{5CFB}';
println!("{}", c);  // Output: 峻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005CFB";  /* Display: 峻 */
}

HTML Decimal:

<p>HTML decimal: &#23803;</p>  <!-- Display: 峻 -->

HTML Hexadecimal:

<p>HTML hex: &#x5CFB;</p>  <!-- Display: 峻 -->

URL Encoding:

// 峻 URL encoding
https://unicodefinder.com/search.php?query=%E5%B3%BB

Encodings

MD5:

4482bf631396b6fb3133e3cf51ad8050

SHA1:

eb0bb64a28e29fb7d7bdb7df0d635d114ca0176c

Base64:

5bO7