Unicode Finder

"冻" U+51BB(CJK UNIFIED IDEOGRAPH-51BB)

U+51BB
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-51BB

Programming

C
\u51BB
JavaScript
\u51BB
Java
\u51BB
Json
\u51BB
Python
\u51BB
Perl
\x{51BB}
PHP
\x{51BB}
Ruby
\u{51BB}
Rust
\u{51BB}
Go
\u51BB

Web

CSS
\0051BB
HtmlDecimal
冻
HtmlHexadecimal
冻
Url
%E5%86%BB

Code

MD5
b41352beaa90e5d2f90df3cc35b98a1b
Sha1
b2aa844e911913c45473407ebc9e3bae1b1cc511
Base64
5Ya7

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u51BB';
console.log(char);  // Output: 冻

Java:

char c = '\u51BB';
System.out.println(c);  // Output: 冻

JSON:

{"text": "\u51BB"}  // Value: 冻

Python:

char = '\u51BB'
print(char)  # Output: 冻

Perl:

my $char = "\x{51BB}";
print $char;  # Output: 冻

PHP:

$char = "\x{51BB}";
echo $char;  // Output: 冻

Ruby:

char = "\u{51BB}"
puts char  # Output: 冻

Rust:

let c = '\u{51BB}';
println!("{}", c);  // Output: 冻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0051BB";  /* Display: 冻 */
}

HTML Decimal:

<p>HTML decimal: &#20923;</p>  <!-- Display: 冻 -->

HTML Hexadecimal:

<p>HTML hex: &#x51BB;</p>  <!-- Display: 冻 -->

URL Encoding:

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

Encodings

MD5:

b41352beaa90e5d2f90df3cc35b98a1b

SHA1:

b2aa844e911913c45473407ebc9e3bae1b1cc511

Base64:

5Ya7

© 2025 Unicode Finder

冻 U+51BB CJK UNIFIED IDEOGRAPH-51BB Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me